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:
- CN-CppUserGroup-2019-1,lock-free queue demo☆91Updated 4 years ago
- Thread safe, lock-free memory pool.☆59Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 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
- Object pool implementation in C++11☆99Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆267Updated 2 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
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A fast work-stealing queue template in C++☆310Updated last year
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆185Updated 2 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆419Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Simple C++ Config Loader Framework(Serialization & Reflection)☆237Updated 2 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated 11 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆310Updated 11 months ago
- Boost.Lockfree☆134Updated last month
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆290Updated 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…☆253Updated 11 months ago
- A collection of shared memory containers for high performance server☆233Updated 3 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 …☆295Updated 10 months ago
- A low overhead nanosecond clock based on x86 TSC☆336Updated 5 months ago
- std::future extension☆37Updated 4 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 9 months ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago