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☆226Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Minimize lock-free queue ever!☆132Updated 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/ …☆42Updated 10 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- C11 Lock-free Stack☆183Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- ☆27Updated last year
- ☆44Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- Effective Memory Reclamation☆58Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Robin Hood hash map library☆63Updated 3 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 years ago
- A simple bitset library in C☆135Updated 5 months ago
- An implementation of Seqlock in C++11☆219Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆45Updated last year
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Concurrent trie-hash map library☆92Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago