Closed hawkw closed 7 years ago
I'm in favour of maybe adding a lookup table to optimise non-pathological fibonacci numbers, and then maybe falling back to recursion if the value is larger than the table. Could such a table perhaps be generated by a macro at compile-time?
See TODO comment.