Hacker News new | ask | show | jobs
by TheRealPomax 1203 days ago
No caching, every recursive call runs the entire chain from scratch. fib(35) without caching takes roughly 14 million calls to resolve.