Skip to content

Instantly share code, notes, and snippets.

@kafecho
Created March 24, 2013 16:28
Show Gist options
  • Save kafecho/5232548 to your computer and use it in GitHub Desktop.
Save kafecho/5232548 to your computer and use it in GitHub Desktop.
timeThis output
Naive recursion fib of 40: 102334155
It took 9911 msecs to execute the operation.
Tail recursion fib of 40: 102334155
It took 151000 nanosecs to execute the operation.
I am going to sleep...
Nice to wake up
It took 1000 msecs to execute the operation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment