simple C++11 ring buffer implementation, allocated and evaluated at compile time
wait free FIFO queue, easy built cross platform(no extra dependencies needed)
翻译 - 等待免费的FIFO队列,易于构建的跨平台(无需其他依赖项)
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
Implementation of a wait-free simulation for a lock-free algorithm as described in the paper - A Practical Wait-Free Simulation for Lock-Free Data Structures
Non Blocking Single Producer Single Consumer queue using plain array