taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆327Updated 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:
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆364Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 4 months ago
- Ultra fast C++11 allocator for STL containers.☆275Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- C++11 metaprogramming library☆278Updated 3 weeks ago
- Fast and memory efficient c++ flat hash table/map/set☆661Updated 3 weeks ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated this week
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- An implementation of Seqlock in C++11☆229Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆493Updated 8 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆763Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆772Updated 9 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆226Updated last year
- Concurrent Deferred Reference Counting☆172Updated last year
- Microbenchmarking for Modern C++☆230Updated 5 years ago
- Scope Guard & Defer C++☆177Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆590Updated 4 months ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated 5 months ago
- Coroutines for C++20 & asio☆323Updated 3 weeks ago