taskflow / work-stealing-queue
A fast work-stealing queue template in C++
☆302Updated 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
- C++ implementation of a memory efficient hash map and hash set☆345Updated 5 months ago
- Comprehensive benchmarks of C++ maps☆305Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆546Updated 2 weeks ago
- C++11 metaprogramming library☆256Updated last month
- A header-only C++ library for task concurrency☆624Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆151Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆558Updated 6 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆664Updated this week
- An implementation of Seqlock in C++11☆206Updated 7 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆464Updated 9 months ago
- Fast and memory efficient c++ flat hash map/set☆554Updated last week
- Coroutines for C++20 & asio☆255Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆735Updated 5 months ago
- C++20 coroutine library☆674Updated this week
- Ultra fast C++11 allocator for STL containers.☆272Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Greg's Template Library of useful classes.☆175Updated 3 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆353Updated 9 months ago
- A miniature library for struct-field reflection in C++☆533Updated last month
- Lightweight Error Augmentation Framework☆320Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆143Updated 3 years ago
- A micro microbenchmarking library for C++11 in a single header file☆212Updated 11 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆925Updated 3 weeks ago
- Microbenchmarking for Modern C++☆219Updated 4 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆487Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆60Updated 5 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆138Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆152Updated this week
- C++ library for executors☆499Updated 8 years ago