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:
- 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☆85Updated 10 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 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☆60Updated 4 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- An implementation of Seqlock in C++11☆235Updated last year
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- For details, see the blog post:☆35Updated 2 years ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- Robin Hood hash map library☆68Updated 4 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- Literal Logging for C++☆86Updated 8 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 10 years ago