This project implements a concurrent Key-Value (KV) Server that communicates with a multi-threaded client via a shared memory region.
-
Updated
Jan 20, 2025 - C
This project implements a concurrent Key-Value (KV) Server that communicates with a multi-threaded client via a shared memory region.
Lockless, thread-safe, single-producer, single-consumer, FIFO queue for Python — implemented on a ring buffer in C.
Add a description, image, and links to the lockless-data-structures topic page so that developers can more easily learn about it.
To associate your repository with the lockless-data-structures topic, visit your repo's landing page and select "manage topics."