samanbarghi / MPSCQLinks
An intrusive lock-free multiple-producer, single-consumer queue in C++
☆52Updated 8 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 7 years ago
- 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☆181Updated 11 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- C++ framework for rapid server development☆76Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- An implementation of Seqlock in C++11☆222Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 4 years ago
- Effective Memory Reclamation☆59Updated 5 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 6 years ago
- Non bloated asynchronous logger☆222Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- STL-based caches for C++☆115Updated 2 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago