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:
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆68Updated last year
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 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…☆145Updated last year
- A graph concurrent library for C++☆63Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Boost.org unordered module☆86Updated 3 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- C++14 code to convert integers to strings at compile-time☆121Updated 11 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated this week
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- Flat containers for C++☆59Updated 5 months ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago
- Simple resource pool for recycling resources in C++☆71Updated 4 months ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago