C++14 concurrent lock-free low-latency queue.
-
Updated
Sep 4, 2026 - C++
C++14 concurrent lock-free low-latency queue.
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
A comprehensive and efficient low-contention thread pool for easily managing both sync and async workloads. It provides granular work control, flexible concurrency, and robust error handling.
Faster.Map — A high-performance SIMD-accelerated .NET dictionary and hashmap designed for extreme speed, scalability, and low memory overhead. Ideal for real-time systems and game engines.
Fast multi-producer, multi-consumer unbounded channel with async support.
A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)
Various collections which are completely unmanaged by the GC
High-performance async runtime for Nim with structured concurrency, lock-free channels, and work-stealing scheduler
An easy-use coroutine lib implement by C++ coroutine and liburing
lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).
A C++11 shared mutex with high emphasis on performance
A set implementation based on lockfree skiplist.
A multi-producer multi-consumer lock-free ring buffer implementation
3 different C++, multi-threaded queues including a lock-free one
concurrent and lockfree data structures in C++
To associate your repository with the lockfree topic, visit your repo's landing page and select "manage topics."