Skip to content

Instantly share code, notes, and snippets.

@mraleph
Created December 1, 2015 15:43
Show Gist options
  • Save mraleph/acc47a3a945770c11f7b to your computer and use it in GitHub Desktop.
Save mraleph/acc47a3a945770c11f7b to your computer and use it in GitHub Desktop.
$ time ./pypy-c test.py 1000000
./pypy-c test.py 1000000  11.65s user 0.41s system 99% cpu 12.063 total
$ time src/luajit test.lua 1000000                                                 
src/luajit test.lua 1000000  2.43s user 0.01s system 100% cpu 2.438 total
$ time dart test.dart 1000000
dart test.dart 1000000  0.29s user 0.02s system 107% cpu 0.284 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment