ssteinberg / shared_futexLinks
Fast, shared, upgradeable, non-recursive and non-fair mutex
☆31Updated 6 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 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- ☆26Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 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 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 10 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Boost.org unordered module☆75Updated last month
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆121Updated 3 weeks ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 2 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated last week
- B++ Tree☆68Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 10 months ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year