craflin / LockFreeQueue
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
☆178Updated 5 years ago
Alternatives and similar repositories for LockFreeQueue:
Users that are interested in LockFreeQueue are comparing it to the libraries listed below
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- Thread safe, lock-free memory pool.☆58Updated last year
- 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
- Object pool implementation in C++11☆98Updated 4 years ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆168Updated last year
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆280Updated 5 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated 8 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 8 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- High performance C++11 thread pool☆576Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆418Updated 3 years ago
- A fast work-stealing queue template in C++☆305Updated last year
- A single header standard C++ serialization framework.☆192Updated 3 years ago
- modern c++ raft library☆47Updated 5 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆58Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 11 months ago
- 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 …☆138Updated last month
- Boost.Coroutine2☆132Updated last week
- Boost.Hana中文文档☆113Updated 4 years ago
- C++ library for executors☆501Updated 8 years ago