C++14 lock-free queue.
-
Updated
May 2, 2025 - C++
C++14 lock-free queue.
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.
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 buffers using interfaces.
Embedded open-source storage engine for highly concurrent, transactional log-structured key-value storage.
Variadic, completion-based futures for C++17
A collection of lockless, concurrent queues
Lockless and ordered, parallel chain reaction processing
A concurrent, lock-free consistent hashing ring implementation in Rust.
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
Performance testing contention queues
C Thread Primitives
C Thread Primitives
Graphviz dot generating concurrent lockless web crawler written in Go
High performance Unbounded Multi-Producer Single-Consumer queues for C++
Scalability improvement for Linux kretprobe return-instances management and performance evaluation of several lock-less queues.
高性能并发无锁队列,同时支持多生产者、多消费者。使用二阶段提交、cas、循环队列、缓存行填充等优化手段。
Libbloomfilter - A lock-less bloom filter implemented in c
Piggyback on system-level futex functionality to provide (best-case) lockless thread sleeping and waking without relying on c++20
Add a description, image, and links to the lockless topic page so that developers can more easily learn about it.
To associate your repository with the lockless topic, visit your repo's landing page and select "manage topics."