Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emdezpk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
emdezpk
14y ago
That a terrible C implementation. It uses recursion, while a simple loop will suffice. Your fib(10000000000) will blow your RAM limit with growing stack (and will be slow) while implementation with loop would consume zero RAM and would ru