ssbl / concurrent-dequeLinks
Lock-free concurrent work stealing deque in C++
☆41Updated 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:
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆38Updated 4 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- A prototype implementation of the executors proposal☆86Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Flat containers for C++☆59Updated 7 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 5 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 3 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Simple resource pool for recycling resources in C++☆71Updated 6 months ago
- A graph concurrent library for C++☆63Updated 2 years ago
- Provides run-time tuple element access☆15Updated 4 years ago
- C++14 code to convert integers to strings at compile-time☆121Updated last year
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- Boost.org unordered module☆86Updated last week
- A C++14 and later CRTP template for defining iterators☆76Updated last month