Skip to content

Instantly share code, notes, and snippets.

@kuzuha
Created December 23, 2013 23:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuzuha/8106846 to your computer and use it in GitHub Desktop.
Save kuzuha/8106846 to your computer and use it in GitHub Desktop.
fact20 bench in scala/node/java
% scala/bench 100000000 factorial20 factorial20 factorial20
# factorial20
## 3.9219999999999997
# factorial20
## 3.295
# factorial20
## 3.3129999999999997
% node/bench 100000000 factorial20 factorial20 factorial20
# factorial20
## 1.635652789
# factorial20
## 1.640161737
# factorial20
## 1.6384323060000001
% java/bench 100000000 factorial20 factorial20 factorial20
# factorial20
## 1.5200000000000014
# factorial20
## 0.75
# factorial20
## 0.8049999999999997
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment