ssteinberg / shared_futex
Fast, shared, upgradeable, non-recursive and non-fair mutex
☆30Updated 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
- Effective Memory Reclamation☆54Updated 5 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Boost.org unordered module☆66Updated 3 weeks ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 6 years ago
- ☆26Updated 4 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 4 months ago
- Implementation of the P2300 specification☆9Updated 3 years ago
- For details, see the blog post:☆32Updated last year
- a small lightweight std::execution work-alike☆57Updated 4 months ago
- ☆17Updated 3 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- fast prime sieve and hash algorithm☆38Updated this week
- Flat containers for C++☆57Updated 2 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated this week
- Fixed size function wrapper like std::function☆69Updated 8 years ago
- Boost.org multi_index module☆47Updated last month
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- WIP☆26Updated 5 years ago
- C++ framework for rapid server development☆77Updated last year