C++14 lock-free queue.
-
Updated
Nov 4, 2024 - C++
C++14 lock-free queue.
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
Fast multi-producer, multi-consumer unbounded channel with async support.
A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
Various collections which are completely unmanaged by the GC
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.
3 different C++, multi-threaded queues including a lock-free one
concurrent and lockfree data structures in C++
A multi-producer multi-consumer lock-free ring buffer implementation
Yet another lock-free object pool, support `no_std`.
Concurrent computing practice
Add a description, image, and links to the lockfree topic page so that developers can more easily learn about it.
To associate your repository with the lockfree topic, visit your repo's landing page and select "manage topics."