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:
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- ☆25Updated 5 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 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
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- Boost.org unordered module☆86Updated this week
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- ☆26Updated 4 years ago
- Flat containers for C++☆59Updated 7 months ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Small small_vector☆34Updated 6 months ago
- A simple replacement for std::unordered_map☆51Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 3 weeks ago
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last month
- 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 small lightweight std::execution work-alike☆65Updated 10 months ago
- The Fancy Named Parameters Library☆36Updated 3 months 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