taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆307Updated 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
Sorting:
- C++ implementation of a memory efficient hash map and hash set☆349Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆588Updated 2 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆703Updated 3 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆175Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- C++11 metaprogramming library☆258Updated 3 weeks ago
- C++17 Run-time Polymorphism (Type Erasure) library☆477Updated 2 months ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Greg's Template Library of useful classes.☆199Updated 2 weeks ago
- Fast and memory efficient c++ flat hash map/set☆602Updated last month
- An implementation of Seqlock in C++11☆210Updated 10 months ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆565Updated 9 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆216Updated 8 months ago
- A micro microbenchmarking library for C++11 in a single header file☆218Updated 2 months ago
- Scope Guard & Defer C++☆173Updated last year
- Coroutines for C++20 & asio