Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created June 23, 2010 10:07
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/449731 to your computer and use it in GitHub Desktop.
Save Licenser/449731 to your computer and use it in GitHub Desktop.
Running clojure-equal version...
cleaning compilation...
compiling...
java -Xmx1024m -cp ../lib/equal/clojure.jar:../lib/equal/clojure-contrib.jar:src clojure.main -e (compile 'fannkuchen2)
fannkuchen2
benchmarking..
Pfannkuchen(7) = 16
real 0m2.800s
user 0m3.150s
sys 0m0.210s
Running clojure-master version...
cleaning compilation...
compiling...
java -Xmx1024m -cp ../lib/master/clojure.jar:../lib/master/clojure-contrib.jar:src clojure.main -e (compile 'fannkuchen2)
fannkuchen2
benchmarking..
Pfannkuchen(7) = 16
real 0m2.393s
user 0m3.192s
sys 0m0.210s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment