erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆85Updated last year
Related projects ⓘ
Alternatives and complementary repositories for lockfree_mpmc_queue
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- Coroutine library and toolkit for C++20☆38Updated 3 weeks ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆49Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆70Updated 2 months ago
- Sample implementation of C++20 atomic_wait/notify☆57Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆140Updated 8 months ago
- Boost.org unordered module☆63Updated this week
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A simple replacement for std::unordered_map☆45Updated 3 months ago
- Lewis Baker's Blog☆70Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆284Updated 3 months ago
- Boost.org circular_buffer module☆54Updated this week
- A fast work-stealing queue template in C++☆295Updated 9 months ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆20Updated 11 months ago
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆161Updated 5 months ago
- Scope Guard & Defer C++☆157Updated 9 months ago
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- Coroutines for C++20 & asio☆228Updated this week
- a small lightweight std::execution work-alike☆55Updated last month
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆135Updated 5 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year