Created
December 6, 2014 16:28
-
-
Save timsgardner/c9f7a82f28505895a828 to your computer and use it in GitHub Desktop.
simple benchmark 3
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
(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