taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆308Updated 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☆309Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 3 months ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++11 metaprogramming library☆260Updated 2 weeks ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆479Updated 2 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆709Updated 3 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- A micro microbenchmarking library for C++11 in a single header file☆219Updated 2 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- Coroutines for C++20 & asio☆287Updated this week
- Fast and memory efficient c++ flat hash map/set☆612Updated last week
- Lightweight Error Augmentation Framework☆330Updated 3 weeks ago
- Scope Guard & Defer C++☆175Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆218Updated 8 months ago
- Greg's Template Library of useful classes.☆201Updated 2 weeks ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- A single header standard C++ serialization framework.☆195Updated 3 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- Microbenchmarking for Modern C++☆219Updated 4 years ago