chaoran / fast-wait-free-queue
A benchmark framework for concurrent queue implementations
☆286Updated 4 years ago
Alternatives and similar repositories for fast-wait-free-queue:
Users that are interested in fast-wait-free-queue are comparing it to the libraries listed below
- QSBR and EBR library☆117Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆171Updated 4 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆287Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆218Updated 3 years ago
- [deprecated] For native C atomics, see Turf instead☆517Updated 8 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 10 months ago
- A concurrent user-level thread library implemented in C++☆314Updated 4 years ago
- A working project for High-concurrency B-tree source code in C☆246Updated 4 years ago
- Configurable C++ platform adapter☆555Updated 6 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes☆466Updated 4 years ago
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- C port of the HdrHistogram☆240Updated 3 months ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆178Updated 7 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆255Updated 3 years ago
- Adaptive Radix Trees implemented in C☆778Updated 2 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 7 years ago
- Critbit trees in C☆333Updated 3 years ago
- Automatically exported from code.google.com/p/relacy☆211Updated 5 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆524Updated 7 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆293Updated 5 months ago
- Beta release of Masstree.☆438Updated last year
- Mordor is a high performance I/O library based on fibers.☆348Updated 7 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆173Updated 8 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆201Updated last year