taskflow / work-stealing-queue
A fast work-stealing queue template in C++
☆305Updated last year
Alternatives and similar repositories for work-stealing-queue:
Users that are interested in work-stealing-queue are comparing it to the libraries listed below
- Comprehensive benchmarks of C++ maps☆308Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆344Updated 7 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- A header-only C++ library for task concurrency☆625Updated last year
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆691Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆576Updated 3 weeks ago
- Fast and memory efficient c++ flat hash map/set☆590Updated last week
- C++11 metaprogramming library☆255Updated 2 weeks ago
- C++17 Run-time Polymorphism (Type Erasure) library☆470Updated 3 weeks ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆215Updated 6 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆564Updated 8 months ago
- A miniature library for struct-field reflection in C++☆552Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆739Updated 7 months ago
- A micro microbenchmarking library for C++11 in a single header file☆217Updated 3 weeks ago
- An implementation of Seqlock in C++11☆208Updated 8 months ago
- C++ library for executors☆501Updated 8 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- Coroutines for C++20 & asio☆271Updated last week
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Light, fast, threadpool for C++20☆101Updated 2 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆385Updated this week
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- Header-only library for multithreaded programming☆234Updated 3 weeks ago
- C++20 Meta-Programming library☆280Updated this week
- Lightweight Error Augmentation Framework☆323Updated 2 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 11 months ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆241Updated 9 months ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆746Updated last week
- Yet Another Serialization☆756Updated 2 months ago