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:
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- ☆25Updated 5 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last week
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Light, fast, threadpool for C++20☆109Updated 2 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
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last week
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 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
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated last week
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- fast prime sieve and hash algorithm☆39Updated 4 months ago
- Boost.org unordered module☆86Updated this week
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago