Created
February 13, 2009 02:36
-
-
Save gnuvince/63007 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
{21:33}[vince@vincent: prog/clojure]% clj slowdemo.clj | |
get-byte | |
"Elapsed time: 202.54176 msecs" | |
get-short | |
"Elapsed time: 110.68448 msecs" | |
{21:33}[vince@vincent: prog/clojure]% clj slowdemo.clj | |
Reflection warning, line: 9 - call to and can't be resolved. | |
Reflection warning, line: 14 - call to and can't be resolved. | |
get-byte | |
"Elapsed time: 1624.08284 msecs" | |
get-short | |
"Elapsed time: 720.21532 msecs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment