tudinfse / FFQLinks
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)
☆33Updated 7 years ago
Alternatives and similar repositories for FFQ
Users that are interested in FFQ are comparing it to the libraries listed below
Sorting:
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- ☆28Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- A simple bitset library in C☆141Updated 10 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 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
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- C11 Lock-free Stack☆184Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- ☆44Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- For details, see the blog post:☆34Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- High performance utility library for C☆97Updated 5 months ago
- Robin Hood hash map library☆67Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago