Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Created December 6, 2014 16:28
Show Gist options
  • Save timsgardner/c9f7a82f28505895a828 to your computer and use it in GitHub Desktop.
Save timsgardner/c9f7a82f28505895a828 to your computer and use it in GitHub Desktop.
simple benchmark 3
(def some-other-nums (doall (range 100000)))
(let [f (fn [x y] :bla)]
(time (do (reduce f '() some-other-nums) nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment