samanbarghi / MPSCQView external linksLinks
An intrusive lock-free multiple-producer, single-consumer queue in C++
☆52Sep 19, 2016Updated 9 years ago
Alternatives and similar repositories for MPSCQ
Users that are interested in MPSCQ are comparing it to the libraries listed below
Sorting:
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Oct 18, 2018Updated 7 years ago
- Coroutine library in C++☆19Jan 20, 2026Updated 3 weeks ago
- A concurrent user-level thread library implemented in C++☆317Oct 2, 2020Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Apr 25, 2020Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Jul 9, 2021Updated 4 years ago
- A stl-map-like container implemented with skiplist.☆11Aug 31, 2016Updated 9 years ago
- Simple Qt OpenGL SVG rendering benchmark☆15Sep 18, 2011Updated 14 years ago
- A modern C++ library for building modern Slack-enabled applications☆28Mar 17, 2018Updated 7 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Oct 1, 2015Updated 10 years ago
- A lock-free pool-based allocator using C++11 facilities☆15Mar 21, 2015Updated 10 years ago
- A TCP Server with simple and clean API☆12Nov 4, 2016Updated 9 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Nov 28, 2025Updated 2 months ago
- Lthread C++11 binding☆12Nov 8, 2014Updated 11 years ago
- Toy fats log for Meeting C++ 2016☆33Nov 13, 2016Updated 9 years ago
- A library to support streaming data applications☆24Mar 1, 2021Updated 4 years ago
- A collection of generic, C++ Bloom Filter classes developed for the Boost C++ Libraries.☆24May 18, 2017Updated 8 years ago
- Perfect Hash Table C/C++ Library☆15Nov 22, 2020Updated 5 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,477Mar 8, 2024Updated last year
- ☆17Oct 3, 2022Updated 3 years ago
- A blazingly fast™ single producer multiple consumer broadcast queue☆16Feb 15, 2025Updated last year
- My solutions for different acm-style problems on various online judges. Solutions are written in C++, C, Java and Python.☆15Oct 23, 2017Updated 8 years ago
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated 8 months ago
- ☆20Jan 8, 2026Updated last month
- Generating C code interface from CPP using clang libtooling☆85Aug 9, 2020Updated 5 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Nov 28, 2025Updated 2 months ago
- A Boost.Asio-based driver for PostgreSQL☆19Apr 13, 2020Updated 5 years ago
- Minimal pub/sub message queue in C.☆23Nov 9, 2014Updated 11 years ago
- Frame-to-Frame Registration using Gaussian Mixture Models.☆22Mar 2, 2024Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆236Oct 22, 2021Updated 4 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆58Jan 27, 2023Updated 3 years ago
- A public domain lock free queues implemented in C++11☆180Feb 19, 2014Updated 11 years ago
- C++20 coroutine runtime built on top of io_uring☆21Sep 8, 2024Updated last year
- Crit-bit tree (trie) library☆32Jun 8, 2014Updated 11 years ago
- Easy Parsing C++ Library☆21Aug 17, 2023Updated 2 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Feb 19, 2024Updated last year
- Yet Another C++ Library☆24Jan 23, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,169Jan 4, 2024Updated 2 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆25Feb 3, 2026Updated last week
- CN-CppUserGroup-2019-1,lock-free queue demo