craflin / LockFreeQueueLinks
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
☆189Updated 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.☆61Updated last year
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- A highly optimized single producer single consumer message queue C++ template☆280Updated 3 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
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated last week
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆82Updated 7 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Object pool implementation in C++11☆101Updated 5 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆440Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆189Updated 3 years ago
- A High-Performance Work-Stealing Queue for C++☆331Updated this week
- PolyM is a very simple C++ message queue intended for inter-thread communication☆200Updated last year
- High performance C++11 thread pool☆584Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆336Updated last year
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Boost.Lockfree☆148Updated last month
- Simple C++ Config Loader Framework(Serialization & Reflection)☆245Updated last month
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- C++ utilities☆57Updated 3 weeks 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…☆269Updated last year
- Boost.Hana中文文档☆114Updated 5 years ago
- asio examples☆224Updated 2 months 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 …☆297Updated last year
- My small collection of C++ utilities☆413Updated 3 weeks ago
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago