Minimize lock-free queue ever!
-
Updated
Sep 14, 2018 - C
Minimize lock-free queue ever!
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
📶 A lock- and wait-free hashtable (and an array too)
Add a description, image, and links to the wait-free topic page so that developers can more easily learn about it.
To associate your repository with the wait-free topic, visit your repo's landing page and select "manage topics."