Lockless allows for the copying of locked files.
A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers
Lockless BOF
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.
netfilter (iptables) target for high performance lockless SYN cookies for SYN flood mitigation
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 ...
STM for Python
C++14 lock-free queue.