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:
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- Literal Logging for C++☆86Updated 7 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
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 9 months ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 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
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Convert build system from autoconf/make to CMake☆76Updated 3 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- ☆56Updated 4 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Boost.Lockfree☆133Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 5 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago