Created
September 17, 2008 07:16
-
-
Save tokuhirom/11206 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRY 100000 | |
-- python | |
python: 100000 | |
Result: 100000 | |
python2.5 python.py $NUM 1.51s user 5.92s system 57% cpu 13.010 total | |
-- perl | |
TRY 100000 | |
Result : 100000 | |
perl perl.pl $NUM 1.79s user 6.03s system 59% cpu 13.104 total | |
-- ruby | |
Result: 100000 | |
ruby ruby.rb $NUM 1.90s user 6.14s system 59% cpu 13.492 total | |
-- v8 | |
100000 | |
Result: 100000 | |
../../llv8call v8.js $NUM 1.60s user 5.86s system 58% cpu 12.744 total | |
-- C++ | |
Result: 100000 | |
./c.out $NUM 0.87s user 5.53s system 53% cpu 11.924 total | |
You have new mail. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment