simple C++11 ring buffer implementation, allocated and evaluated at compile time
-
Updated
Apr 22, 2024 - C++
simple C++11 ring buffer implementation, allocated and evaluated at compile time
wait free FIFO queue, easy built cross platform(no extra dependencies needed)
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
Add a description, image, and links to the wait-free-queue topic page so that developers can more easily learn about it.
To associate your repository with the wait-free-queue topic, visit your repo's landing page and select "manage topics."