samanbarghi / MPSCQLinks
An intrusive lock-free multiple-producer, single-consumer queue in C++
☆52Updated 9 years ago
Alternatives and similar repositories for MPSCQ
Users that are interested in MPSCQ are comparing it to the libraries listed below
Sorting:
- Literal Logging for C++☆86Updated 8 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Our open source benchmarks and code samples☆193Updated last month
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆145Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- An implementation of Seqlock in C++11☆229Updated last year
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- STL-based caches for C++☆116Updated 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 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆157Updated 4 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- Boost::ASIO low-level redis client (connector)☆147Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++ framework for rapid server development☆76Updated last year