Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Introduction to look-free, wait free and the ABA problem:
ISO/IEC 9899:2011:
Toward a Better Use of C11 Atomics:
C++ concurrency in action:
C11 lock free stack:
Lock-Free Programming - Herb Sutter - CppCon 2014:
Hazard pointers: safe memory reclamation for lock-free objects:
It's "locking" if it's blocking
Do lock-free algorithms really perform better than their lock-full counterparts?