taskflow / work-stealing-queueLinks
A High-Performance Work-Stealing Queue for C++
☆331Updated last week
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:
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆367Updated 2 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆631Updated 5 months ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 2 weeks ago
- A header-only C++ library for task concurrency☆631Updated 2 years ago
- An implementation of Seqlock in C++11☆234Updated last year
- Fast and memory efficient c++ flat hash table/map/set☆669Updated last week
- C++11 metaprogramming library☆279Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated 2 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆798Updated 3 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆494Updated 9 months ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆227Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated last month
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆495Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆597Updated 5 months ago
- Header-only library for multithreaded programming☆240Updated 9 months ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- C++20 Meta-Programming library☆309Updated 7 months ago
- Microbenchmarking for Modern C++☆232Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆98Updated last year