An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 19, 2021 22:12 UTC (Fri) by randomguy3 (subscriber, #71063)Parent article: An introduction to lockless algorithms
This was very clear, thank you! I feel like I finally understand acquire and release semantics, and introducing them via message passing really helps with remembering which way round they go (the before operation releases a message, which the after operation acquires).
