Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆234Oct 28, 2023Updated 2 years ago
Alternatives and similar repositories for lockfree_mpmc_queue
Users that are interested in lockfree_mpmc_queue are comparing it to the libraries listed below
Sorting:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,476Mar 8, 2024Updated last year
- C++14 lock-free queue.☆1,818Feb 17, 2026Updated 2 weeks ago
- Task graph-based asynchronous programming system using C++ coroutine☆99Feb 18, 2024Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆121Sep 3, 2024Updated last year
- work contracts☆119Nov 16, 2025Updated 3 months ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆85Oct 18, 2018Updated 7 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- Library for complex bitfields☆19May 25, 2024Updated last year
- C++20 Meta-Programming library☆311Jun 1, 2025Updated 9 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- ☆16Nov 15, 2024Updated last year
- A special smart pointer to exchange data between threads☆37Apr 28, 2019Updated 6 years ago
- Compiler instrumentation for testing☆31Mar 28, 2018Updated 7 years ago
- C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing p…☆28May 7, 2025Updated 9 months ago
- A collection of lock-free data structures written in standard C++11☆955Feb 23, 2026Updated last week
- Open-methods for C++ 17☆13Updated this week
- An implementation of Seqlock in C++11☆236Jul 29, 2024Updated last year
- C++20 Memory Allocator library☆36Apr 30, 2025Updated 10 months ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆68Jul 18, 2020Updated 5 years ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆833Feb 20, 2026Updated 2 weeks ago
- A C++ library of Concurrent Data Structures☆2,730Oct 17, 2023Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Jul 30, 2024Updated last year
- portable and implemention configurable c++11 like thread local☆25Jul 7, 2021Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆636Aug 7, 2025Updated 6 months ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Nov 28, 2025Updated 3 months ago
- Compile-time Evaluable SHA3 in C++: Permutation-based Cryptographic Hashing☆14Feb 21, 2026Updated last week
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆245Sep 3, 2024Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Dec 31, 2025Updated 2 months ago
- An optimized Ring Buffer implementation based on the POSIX shared memory trick☆17Mar 7, 2024Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Sep 7, 2019Updated 6 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Aug 4, 2020Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Jan 13, 2020Updated 6 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Nov 28, 2025Updated 3 months ago
- Heap allocation free version of C++11 std::function☆60Oct 6, 2021Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated 2 months ago
- Lock-free ring buffer (MPSC)☆476Dec 16, 2019Updated 6 years ago
- Container Traits for Modern C++☆29Oct 11, 2020Updated 5 years ago
- A collection of resources on wait-free and lock-free programming☆2,014Feb 25, 2024Updated 2 years ago
- Fast bounded MPMC and SPSC queues for C++20☆49Nov 6, 2024Updated last year