lockless topic
List
lockless repositories
atomic_queue
1.4k
Stars
165
Forks
Watchers
C++ lockless queue.
libshmcache
440
Stars
133
Forks
Watchers
libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.
lockless-generic-ring-buffer
155
Stars
5
Forks
Watchers
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring...
variadic_future
41
Stars
8
Forks
Watchers
Variadic, completion-based futures for C++17