Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created June 23, 2010 10:29
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 Licenser/449748 to your computer and use it in GitHub Desktop.
Save Licenser/449748 to your computer and use it in GitHub Desktop.
fannkuchen heinz$ ./run.sh
#################### SCALA ####################
Running scala version...
cleaning compilation...
compiling... fannkuchen
benchmarking...
73196
Pfannkuchen(10) = 38
real 0m0.975s
user 0m1.011s
sys 0m0.066s
###############################################
################### CLOJURE ###################
Running clojure-equal version...
cleaning compilation...
compiling... fannkuchen
benchmarking..
Pfannkuchen(10) = 38
real 0m14.174s
user 0m15.124s
sys 0m0.415s
###############################################
################### CLOJURE ###################
Running clojure-equal version...
cleaning compilation...
compiling... fannkuchen2
benchmarking..
Pfannkuchen(10) = 38
real 2m17.195s
user 2m23.213s
sys 0m2.873s
###############################################
################### CLOJURE ###################
Running clojure-master version...
cleaning compilation...
compiling... fannkuchen2
benchmarking..
Pfannkuchen(10) = 38
real 1m57.202s
user 1m53.984s
sys 0m1.490s
###############################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment