An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 21, 2021 15:24 UTC (Sun) by Wol (subscriber, #4433)In reply to: An introduction to lockless algorithms by Wol
Parent article: An introduction to lockless algorithms
I knew I should have checked it ...
The start of the conditional should be
if (f <= 2) return 1;
Cheers,
Wol
