craflin / LockFreeQueueLinks
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
☆183Updated 5 years ago
Alternatives and similar repositories for LockFreeQueue
Users that are interested in LockFreeQueue are comparing it to the libraries listed below
Sorting:
- Thread safe, lock-free memory pool.☆59Updated last year
- CN-CppUserGroup-2019-1,lock-free queue demo☆91Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆78Updated 6 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆186Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Updated 6 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆419Updated last year
- PolyM is a very simple C++ message queue intended for inter-thread communication☆197Updated 11 months ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- High performance C++11 thread pool☆580Updated 4 years ago
- A fast work-stealing queue template in C++☆315Updated last year
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆131Updated 8 months ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆290Updated last month
- Boost.Hana中文文档☆113Updated 4 years ago
- C++ utilities☆51Updated 3 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 …☆144Updated 4 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- A collection of shared memory containers for high performance server☆233Updated 3 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆237Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆296Updated 10 months ago
- My small collection of C++ utilities☆406Updated 3 weeks ago
- asio examples☆200Updated last week
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆423Updated last month