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:
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years 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
- Thread safe, lock-free memory pool.☆59Updated last year
- A highly optimized single producer single consumer message queue C++ template☆266Updated 2 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆90Updated 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
- Object pool implementation in C++11☆99Updated 4 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- A collection of shared memory containers for high performance server☆233Updated 3 years ago
- Boost.Lockfree☆133Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- Boost.Hana中文文档☆113Updated 4 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…☆249Updated 11 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- A fast work-stealing queue template in C++☆308Updated last year
- A low overhead nanosecond clock based on x86 TSC☆328Updated 4 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆365Updated last month
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- asio examples☆195Updated 11 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A simple C++11 Thread Pool implementation☆124Updated 10 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆104Updated 9 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 …☆143Updated 3 months ago
- cross-platform coroutine library in c++☆848Updated this week
- MySQL C++ client based on Boost.Asio☆282Updated 2 weeks ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆236Updated last year
- An async redis client designed for performance and scalability☆252Updated this week