taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆315Updated 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☆357Updated 10 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆187Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- C++11 metaprogramming library☆263Updated last month
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- An implementation of Seqlock in C++11☆219Updated last year
- Fast and memory efficient c++ flat hash map/set☆620Updated this week
- Header-only library for multithreaded programming☆234Updated 4 months ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆483Updated 4 months ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆220Updated 10 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆748Updated 10 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆573Updated 2 weeks ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆715Updated 5 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆443Updated 4 months ago
- Coroutines for C++20 & asio☆297Updated this week
- A STL allocator that mmaps files☆248Updated 4 years ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago