A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
☆1,178Jan 4, 2024Updated 2 years ago
Alternatives and similar repositories for SPSCQueue
Users that are interested in SPSCQueue are comparing it to the libraries listed below
Sorting:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,485Mar 8, 2024Updated 2 years ago
- C++14 lock-free queue.☆1,823Mar 13, 2026Updated last week
- An implementation of Seqlock in C++11☆238Jul 29, 2024Updated last year
- A highly optimized single producer single consumer message queue C++ template☆286Aug 22, 2022Updated 3 years ago
- A collection of resources on wait-free and lock-free programming☆2,018Feb 25, 2024Updated 2 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,508Jun 25, 2025Updated 8 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Sep 25, 2023Updated 2 years ago
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,125Feb 14, 2026Updated last month
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- A C++ library of Concurrent Data Structures☆2,733Oct 17, 2023Updated 2 years ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,167Updated this week
- Heap allocation free version of C++11 std::function☆60Oct 6, 2021Updated 4 years ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,746May 1, 2025Updated 10 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆636Aug 7, 2025Updated 7 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,160Dec 6, 2025Updated 3 months ago
- Fast and memory efficient c++ flat hash table/map/set☆697Feb 18, 2026Updated last month
- A hybrid thread / fiber task scheduler written in C++ 11☆1,994Feb 22, 2025Updated last year
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 3 years ago
- A high performance C++ log library, producing structured binary logs☆784Mar 3, 2026Updated 2 weeks ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆85Oct 18, 2018Updated 7 years ago
- Asynchronous Low Latency C++ Logging Library☆2,853Mar 8, 2026Updated last week
- High performance C++11 thread pool☆585Oct 4, 2020Updated 5 years ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,674Oct 6, 2024Updated last year
- A low overhead nanosecond clock based on x86 TSC☆361Feb 12, 2025Updated last year
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,297Feb 27, 2026Updated 3 weeks ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,916Feb 11, 2024Updated 2 years ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,605May 1, 2023Updated 2 years ago
- Event Dispatcher and callback list for C++☆1,646Dec 8, 2024Updated last year
- A high-performance, concurrent hash table☆1,734Mar 31, 2025Updated 11 months ago
- Lock-free ring buffer (MPSC)☆476Dec 16, 2019Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Jul 4, 2021Updated 4 years ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 years ago
- Event loop friendly C++ actor micro-framework, supervisable☆380Dec 27, 2025Updated 2 months ago
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- A collection of High-Frequency trading components☆303Nov 8, 2015Updated 10 years ago
- A lightweight C++20 serialization and RPC library☆942Jan 23, 2026Updated last month
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Sep 11, 2021Updated 4 years ago
- Your binary serialization library☆1,226Oct 9, 2025Updated 5 months ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆125Aug 27, 2024Updated last year