wait-free-queue

There are 6 repositories under wait-free-queue topic.

  • jnk0le/Ring-Buffer

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

    Language:C++373152062
  • Taymindis/wfqueue

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

    Language:C++856410
  • alpc62/lock-free-queue

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

    Language:C++11202
  • 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:C8102
  • 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++3100
  • jeremyko/NBSPSC_Queue

    Non Blocking Single Producer Single Consumer queue using plain array

    Language:C++1302