An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Mar 12, 2021 10:49 UTC (Fri) by anselm (subscriber, #2796)In reply to: An introduction to lockless algorithms by nybble41
Parent article: An introduction to lockless algorithms
Obviously. I think the point here is that Fibonacci numbers are often used as a prime example for the use of recursion, but in practice, calculating Fibonacci numbers through a 1:1 implementation of their recursive definition is not what one would actually ever do. As such it gives people silly ideas. It would be better to come up with examples where there are more compelling arguments for using recursion in the first place, or at the very least put a big health warning on the Fibonacci example.
