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☆231Updated 4 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 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
- Minimize lock-free queue ever!☆134Updated 7 years ago
- ☆28Updated last year
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Effective Memory Reclamation☆63Updated 5 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
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- An implementation of Seqlock in C++11☆228Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 2 months ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Tiny perfect hash library for C, C++, and Lua☆168Updated 6 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Robin Hood hash map library☆67Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago