A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support
☆86Oct 18, 2018Updated 7 years ago
Alternatives and similar repositories for MPSC_Queue
Users that are interested in MPSC_Queue are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An efficient single publisher multiple subscriber message queue for Linux IPC☆69Jul 18, 2020Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆296Aug 22, 2022Updated 3 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆41Jul 4, 2021Updated 5 years ago
- An IPC library that implements publish/subscribe (PUBSUB) and remote procedure call (RPC) functionality.☆12Sep 21, 2019Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Sep 19, 2016Updated 9 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆130Aug 27, 2024Updated last year
- A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)☆264Mar 26, 2026Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Jul 4, 2021Updated 5 years ago
- erfvicap is a packet capture tool for network adapters from Solarflare☆71Mar 6, 2023Updated 3 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,269Jan 4, 2024Updated 2 years ago
- A revised version of NanoLog which writes human readable log file, and is easier to use.☆46Dec 15, 2021Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆45Dec 15, 2019Updated 6 years ago
- Proactor design pattern (C++, threads)☆20Apr 12, 2017Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A low overhead nanosecond clock based on x86 TSC☆371Feb 12, 2025Updated last year
- Source generated binary protocol c style packed structs☆14Dec 9, 2023Updated 2 years ago
- Ultra fast and low latency C++ Logging library with flexible configuration and high throughput in multithreaded environment☆172May 27, 2026Updated last month
- C++ Build Scripts☆13Jun 18, 2026Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆222Sep 25, 2023Updated 2 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆95Aug 13, 2020Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics