wait-free topic
Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
awesome-lockfree
A collection of resources on wait-free and lock-free programming
NonBlocking
Implementation of a lock-free dictionary on .Net.
mulle-concurrent
📶 A lock- and wait-free hashtable (and an array too)
OneFile
The world's first wait-free Software Transactional Memory
lfqueue
Minimize lock-free queue ever!
libfork
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!