Skip to content

Instantly share code, notes, and snippets.

@gerdr
Last active December 21, 2015 22:49
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 gerdr/30f83aabd3c323249f08 to your computer and use it in GitHub Desktop.
Save gerdr/30f83aabd3c323249f08 to your computer and use it in GitHub Desktop.
fib(35) moarvm benchmark
sh-4.1$ time ../moarvm-switch.exe temp.moarvm
9227465
real 0m12.150s
user 0m0.015s
sys 0m0.031s
sh-4.1$ time ../moarvm-goto.exe temp.moarvm
9227465
real 0m9.620s
user 0m0.015s
sys 0m0.015s
sh-4.1$ time perl fib.pl
9227465
real 0m8.752s
user 0m0.000s
sys 0m0.047s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment