taskflow / work-stealing-queue
A fast work-stealing queue template in C++
☆300Updated 11 months ago
Alternatives and similar repositories for work-stealing-queue:
Users that are interested in work-stealing-queue are comparing it to the libraries listed below
- C++ implementation of a memory efficient hash map and hash set☆343Updated 4 months ago
- Comprehensive benchmarks of C++ maps☆303Updated last year
- A header-only C++ library for task concurrency☆624Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++11 metaprogramming library☆254Updated 2 weeks ago
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 8 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆139Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆529Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆552Updated 5 months ago
- Fast and memory efficient c++ flat hash map/set☆539Updated this week
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 8 months ago
- Scope Guard & Defer C++☆163Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- Microbenchmarking for Modern C++☆214Updated 4 years ago
- A single header standard C++ serialization framework.☆191Updated 3 years ago
- Coroutines for C++20 & asio☆247Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆635Updated 2 weeks ago
- Lightweight Error Augmentation Framework