Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created September 12, 2010 03:01
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 tomjack/01bb734fc4aa8d87acb0 to your computer and use it in GitHub Desktop.
Save tomjack/01bb734fc4aa8d87acb0 to your computer and use it in GitHub Desktop.
com.tomojack.stratch.mystery> (time (strictly-ascending-map (range 1000000) :yes :no))
"Elapsed time: 2168.408186 msecs"
:yes
com.tomojack.stratch.mystery> (time (strictly-ascending-partition (range 1000000) :yes :no))
"Elapsed time: 2074.574383 msecs"
:yes
com.tomojack.stratch.mystery> (time (strictly-ascending-< (range 1000000) :yes :no))
"Elapsed time: 254.74964 msecs"
:yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment