rezabrizi / AtomicRingLinks
Very fast lock-free queue (thread safe)
☆174Updated 4 months ago
Alternatives and similar repositories for AtomicRing
Users that are interested in AtomicRing are comparing it to the libraries listed below
Sorting:
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆78Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆212Updated 2 years ago
- Lightweight structured concurrency for C++20