Skip to content

Instantly share code, notes, and snippets.

@dpick
Last active December 12, 2015 03:09
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 dpick/4704719 to your computer and use it in GitHub Desktop.
Save dpick/4704719 to your computer and use it in GitHub Desktop.
(time (map #(score %) (take 10000 (range 144115222435594240 149551225103187968))))
; "Elapsed time: 0.107 msecs"
(time (sort (map #(score %) (take 10000 (range 144115222435594240 149551225103187968)))))
; "Elapsed time: 672.586 msecs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment