An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 21, 2021 12:13 UTC (Sun) by pebolle (guest, #35204)In reply to: An introduction to lockless algorithms by ballombe
Parent article: An introduction to lockless algorithms
> [...] recursion *does not* work for computing Fibonacci numbers...
I just double checked - I was afraid that my memory let me down again - but recursion does work for Fibonacci. At least, that's what the web and the only introductory programming book I have on my shelves tells me.
Perhaps we disagree on the meaning of "recursion" and "work"?
