tudinfse / FFQ
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)
☆30Updated 6 years ago
Alternatives and similar repositories for FFQ:
Users that are interested in FFQ are comparing it to the libraries listed below
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- A special smart pointer to exchange data between threads☆37Updated 5 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- ☆42Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- ☆25Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆77Updated 9 years ago
- portability macros for compiler and hardware micro operations☆35Updated 6 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Effective Memory Reclamation☆53Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆28Updated 8 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 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
- TLSF: two-level segregated fit O(1) allocator☆76Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- For details, see the blog post:☆32Updated last year
- C++ interface to CPU affinity management☆30Updated 6 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- ☆47Updated 7 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago