craflin / LockFreeQueue
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
☆180Updated 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☆89Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- Thread safe, lock-free memory pool.☆59Updated 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
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated 9 months ago
- Object pool implementation in C++11☆98Updated 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 fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- Boost.Coroutine2☆133Updated last month
- C++ cache with LRU/LFU/FIFO policies implementation☆360Updated 11 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A simple C++11 Thread Pool implementation☆124Updated 9 months ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆282Updated this week
- Boost.Hana中文文档☆113Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- A fast work-stealing queue template in C++☆306Updated last year
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Presentation and code for C++ Summit (China) 2020☆40Updated 4 years ago
- Boost.Lockfree☆132Updated last month
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- High performance C++11 thread pool☆576Updated 4 years ago
- A portable, pure C++11 timer component.☆171Updated last year
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆414Updated last year
- Template meta programming package by C++11.☆130Updated 8 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆419Updated 3 years ago
- C++ library for executors☆503Updated 8 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 …☆294Updated 8 months ago