lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
- Updated
Nov 5, 2020 - C
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
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.
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
A lock-free Multi-Producer Multi-Consumer (MPMC) queue in C++. Includes experiments on memory ordering, false sharing, and performance benchmarking.
Add a description, image, and links to the lock-free-queue topic page so that developers can more easily learn about it.
To associate your repository with the lock-free-queue topic, visit your repo's landing page and select "manage topics."