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☆228Updated 3 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- An implementation of Seqlock in C++11☆226Updated last year
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- Minimize lock-free queue ever!☆132Updated 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…☆147Updated 4 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆44Updated 10 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- fast prime sieve and hash algorithm☆38Updated last month
- Robin Hood hash map library☆65Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- C11 Lock-free Stack☆183Updated last year
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- c++ wrapper around libpapi☆80Updated 7 years ago
- Literal Logging for C++☆86Updated 7 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- ☆44Updated 4 years ago
- Concurrent trie-hash map library☆92Updated last year
- ☆27Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 3 months ago