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☆260Updated 2 years ago
- Thread safe, lock-free memory pool.☆57Updated 11 months ago
- 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
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆58Updated 4 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆404Updated 11 months ago
- Object pool implementation in C++11☆97Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆237Updated 8 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 7 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆159Updated 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
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 10 months ago
- Boost.Lockfree☆130Updated last week
- C++ utilities☆46Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 3 years 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 …☆139Updated this week
- asio examples☆190Updated 8 months ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated 7 months ago
- Boost.Hana中文文档☆111Updated 4 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆231Updated last year
- tcp socket with support of c++20 coroutine (coroutine TS)☆25Updated last year
- network library based on io_uring and C++20 coroutine☆102Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- c++20 coroutine with epoll and queue☆84Updated last year