Skip to content

Instantly share code, notes, and snippets.

@smls
Created October 12, 2016 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smls/e0f1fa2d98ec7c2154c715187bf9ae93 to your computer and use it in GitHub Desktop.
Save smls/e0f1fa2d98ec7c2154c715187bf9ae93 to your computer and use it in GitHub Desktop.
➜ perl6 fibonacci.p6
No thread: 15.69618545
Parallel: 23.173925
Single: 18.196797935
No thread: 18.3020371
➜ MVM_JIT_DISABLE=1 perl6 fibonacci.p6
No thread: 16.9294313
Parallel: 23.3740916
Single: 19.3986906
No thread: 19.1016754
➜ MVM_SPESH_DISABLE=1 perl6 fibonacci.p6
No thread: 25.60150510
Parallel: 21.46605027
Single: 28.1509191
No thread: 28.3140393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment