Repository navigation

#

wait-free-queue

simple C++11 ring buffer implementation, allocated and evaluated at compile time

C++
410
1 年前

wait free FIFO queue, easy built cross platform(no extra dependencies needed)

C++
85
6 年前

C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue

C++
14
4 年前

It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.

C
8
5 年前

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

C++
4
4 年前

Non Blocking Single Producer Single Consumer queue using plain array

C++
1
5 年前