tudinfse / FFQLinks
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)
☆33Updated 8 years ago
Alternatives and similar repositories for FFQ
Users that are interested in FFQ are comparing it to the libraries listed below
Sorting:
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- ☆29Updated 2 years ago
- For details, see the blog post:☆35Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- C++11 Work-Stealing Task Scheduler☆36Updated 6 years ago
- C++ framework for rapid server development☆77Updated 2 years ago
- Robin Hood hash map library☆68Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago