Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Created December 27, 2014 23:01
Show Gist options
  • Save timsgardner/dc6ffd1e48400351f593 to your computer and use it in GitHub Desktop.
Save timsgardner/dc6ffd1e48400351f593 to your computer and use it in GitHub Desktop.
invocation-cost=> (time-it-mac 1e6 ((fn [x] x) :hi))
0.012968
invocation-cost=> (let [f (fn [x] x)]
(time-it-mac 1e6 (f :hi)))
1.1E-05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment