tudinfse / FFQLinks
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)
☆32Updated 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 single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Effective Memory Reclamation☆58Updated 5 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
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- ☆27Updated last year
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- ☆44Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 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
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- ☆49Updated 7 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- fast prime sieve and hash algorithm☆38Updated last month
- An implementation of Seqlock in C++11☆218Updated 11 months ago
- Robin Hood hash map library☆61Updated 3 years ago
- High performance multithreading toolkit for C++17☆47Updated last week
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 4 years ago
- Benchmarks for our memory allocator☆68Updated last year