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:
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- Literal Logging for C++☆86Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- An implementation of Seqlock in C++11☆227Updated last year
- C++ framework for rapid server development☆77Updated last year
- Our open source benchmarks and code samples☆193Updated 3 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- Enjoy template metaprogramming☆114Updated 8 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- C++17 inplace_string implementation☆96Updated 7 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆44Updated 10 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- C++ coroutine based networking library (WIP)☆39Updated 6 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