Topic: "wait-free-queue"
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Language: C++ - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 342 - Forks: 60

Taymindis/wfqueue
wait free FIFO queue, easy built cross platform(no extra dependencies needed)
Language: C++ - Size: 84 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 85 - Forks: 10

xywanz/MP-LFQueue
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
Language: C - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

Teenvan/wait-free-simulation
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
Language: C++ - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

MarcelPiNacy/MPSC-Queue
WIP MPSC wait-free list-based queue
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jeremyko/NBSPSC_Queue
Non Blocking Single Producer Single Consumer queue using plain array
Language: C++ - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2
