Skip to content

Instantly share code, notes, and snippets.

@gnuvince
Created February 13, 2009 02:36
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 gnuvince/63007 to your computer and use it in GitHub Desktop.
Save gnuvince/63007 to your computer and use it in GitHub Desktop.
{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