taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆320Updated 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☆313Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month
- C++11 metaprogramming library☆266Updated this week
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated this week
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 3 years ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated 2 months ago
- Fast and memory efficient c++ flat hash table/map/set☆632Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆758Updated 11 months ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆576Updated last month
- A STL allocator that mmaps files☆251Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated 11 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆489Updated 5 months ago
- Coroutines for C++20 & asio☆308Updated this week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆721Updated 6 months ago
- An implementation of Seqlock in C++11☆222Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- ☆128Updated 2 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years 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…☆257Updated last year
- Microbenchmarking for Modern C++☆226Updated 4 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated 11 months ago
- High performance C++11 thread pool☆581Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago
- Greg's Template Library of useful classes.☆217Updated last month
- A single header standard C++ serialization framework.☆196Updated 3 years ago