ssteinberg / shared_futexLinks
Fast, shared, upgradeable, non-recursive and non-fair mutex
☆34Updated 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☆61Updated 6 years ago
- ☆25Updated 5 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Light, fast, threadpool for C++20☆108Updated 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 last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Boost.org unordered module☆85Updated 2 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 3 weeks ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- A simple replacement for std::unordered_map☆50Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- An indirect value-type for C++☆84Updated 2 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- a small lightweight std::execution work-alike☆64Updated 7 months ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 2 months ago
- WIP☆27Updated 6 years ago