samanbarghi / MPSCQ
An intrusive lock-free multiple-producer, single-consumer queue in C++
☆51Updated 8 years ago
Alternatives and similar repositories for MPSCQ:
Users that are interested in MPSCQ are comparing it to the libraries listed below
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆115Updated 5 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆124Updated last year
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Literal Logging for C++☆84Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- ☆25Updated last year
- Convert build system from autoconf/make to CMake☆74Updated 2 years ago
- Effective Memory Reclamation☆54Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- zero-copy, zero-serialize, zero-hassle protocol buffers☆56Updated 7 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated this week
- ☆58Updated 4 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Simple resource pool for recycling resources in C++☆66Updated 7 months ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago