Hacker News new | ask | show | jobs
by mjhea0 4746 days ago
Yes - an iterative loop is much faster, because with recursion you have to calculate a number of trivial fibonacci numbers.

https://gist.github.com/mjhea0/5798178