Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created May 5, 2012 09:37
Show Gist options
  • Save yuanmai/2601197 to your computer and use it in GitHub Desktop.
Save yuanmai/2601197 to your computer and use it in GitHub Desktop.
sort perf
(def long-list (into (repeat 10000 0) [9 9 9 9 9]))
(dotimes [_ 10]
(time
(dotimes [_ 1000]
(sort long-list)
)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment