ssbl / concurrent-dequeLinks
Lock-free concurrent work stealing deque in C++
☆40Updated 7 years ago
Alternatives and similar repositories for concurrent-deque
Users that are interested in concurrent-deque are comparing it to the libraries listed below
Sorting:
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 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
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- An indirect value-type for C++☆83Updated last year
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Boost.org unordered module☆75Updated last month
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++14 code to convert integers to strings at compile-time☆120Updated 7 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆195Updated 4 years ago