MengRao / SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
☆261Updated 2 years ago
Alternatives and similar repositories for SPSC_Queue:
Users that are interested in SPSC_Queue are comparing it to the libraries listed below
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A low overhead nanosecond clock based on x86 TSC☆323Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)☆468Updated 5 years ago
- A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)☆227Updated 2 weeks ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆179Updated 5 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆100Updated 8 months ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆57Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- ☆29Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- A fast work-stealing queue template in C++☆306Updated last year
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆103Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆577Updated last month
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆102Updated 8 months ago
- erfvicap is a packet capture tool for network adapters from Solarflare☆62Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Port of LMAX Disruptor to C++☆423Updated 2 years ago
- Boost.Hana中文文档☆113Updated 4 years ago
- An implementation of Seqlock in C++11☆208Updated 9 months ago
- An async redis client designed for performance and scalability☆249Updated this week
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 7 months ago