ssteinberg / shared_futexLinks
Fast, shared, upgradeable, non-recursive and non-fair mutex
☆36Updated 7 years ago
Alternatives and similar repositories for shared_futex
Users that are interested in shared_futex are comparing it to the libraries listed below
Sorting:
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- ☆25Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- A prototype implementation of the executors proposal☆86Updated 7 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- A persistent hash array-mapped trie for C++☆92Updated 2 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- Flat containers for C++☆59Updated 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- Boost.org unordered module☆86Updated last week
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- The Fancy Named Parameters Library☆36Updated 3 months ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆88Updated 2 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated 2 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆166Updated this week
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago