drogalis / SPSC-QueueLinks
A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, faster than many of the leading SPSC queues.
☆83Updated 2 months ago
Alternatives and similar repositories for SPSC-Queue
Users that are interested in SPSC-Queue are comparing it to the libraries listed below
Sorting:
- C++20 [Minimal] Static Perfect Hash library☆253Updated 6 months ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆108Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue