Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
-
Updated
Oct 29, 2024 - C
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
Redis C/C++ Producer Consumer
Concurrent programming project.
Add a description, image, and links to the non-blocking-queue topic page so that developers can more easily learn about it.
To associate your repository with the non-blocking-queue topic, visit your repo's landing page and select "manage topics."