Building a Lock-free Multi-producer, Multi-consumer Queue for Tcmalloc - Matt Kulukundis - CppCon 21
Brief Announcement: Jiffy: A Fast, Memory Efficient, Wait-Free Multi-Producers Single-Consumer Queue
Tony Van Eerd: Lock-free by Example: Towards an Interesting Lock-free MPMC Queue
C++Now 2018: Tony Van Eerd “The Continuing Saga of the Lock-free Queue: Part 3 of N”
Producer/Consumer, The RingBuffer and The Log. (Techniques for building Events Pipelines with ease)
The Truth about Lock free Programming.
Lockless Queues
Lock free MPMC Ring buffer implementation in C (3 Solutions!!)
C++ : Lock Free Queue -- Single Producer, Multiple Consumers
A lock-free relaxed concurrent queue for fast work distribution (PPOPP '21)
CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part II"
C++ : Does a multiple producer single consumer lock-free queue exist for c++?
Code Review: C++ lock free, single producer, single consumer queue (3 Solutions!!)
Parallel C++: Lock-Free and Wait-Free Algorithms
Code Review: MPMC lock-free queue
Danny Hendler — Lock-free concurrent data structures (Part 4)
Lockfree MPMC Queue Erez Strauss CppCon 2023
Jiffy: A Lock-free Skip List with Batch Updates and Snapshots
Code Review: Single consumer and single producer lock-free circular buffer
Code Review: Lock-free FIFO queue implementation