3 results found Sort:
C++14 lock-free queue.
Created
2018-09-19
485 commits to master branch, last one 3 days ago
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.
Created
2016-12-08
183 commits to master branch, last one about a year ago
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 ...
Created
2021-12-20
47 commits to master branch, last one about a year ago