chaoran / fast-wait-free-queue
A benchmark framework for concurrent queue implementations
☆291Updated 5 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☆119Updated 5 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆289Updated 5 years ago
- C port of the HdrHistogram☆243Updated 4 months ago
- Our open source benchmarks and code samples☆190Updated last week
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A concurrent user-level thread library implemented in C++☆315Updated 4 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆179Updated 7 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆224Updated 3 years ago
- A compressed bitmap class in C++.☆453Updated 5 months ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- Configurable C++ platform adapter☆558Updated 6 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- ☆432Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 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
- Critbit trees in C☆334Updated 3 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆393Updated this week
- A C library of hashtables and tries designed to store objects with high performance☆231Updated 2 years ago
- A working project for High-concurrency B-tree source code in C☆249Updated 4 years ago
- Fast integer compression in C using the StreamVByte codec☆393Updated 2 months ago
- Lock-free ring buffer (MPSC)☆456Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago