One of the absolute best presentations on lock-free programming I've ever seen. Although this is a CPPCon talk, the overall talk is high level and should apply to any programming language with Atomics and Memory Fences / Memory Barriers.
Atomics, Memory Fences, and Lock-free Multithreaded Programming is among the most difficult and convoluted subjects in all of modern programming. Pikus breaks down the subject with excellence, with many practical examples.
One of the absolute best presentations on lock-free programming I've ever seen. Although this is a CPPCon talk, the overall talk is high level and should apply to any programming language with Atomics and Memory Fences / Memory Barriers.
Atomics, Memory Fences, and Lock-free Multithreaded Programming is among the most difficult and convoluted subjects in all of modern programming. Pikus breaks down the subject with excellence, with many practical examples.