taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆330Updated 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☆366Updated last month
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆219Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆626Updated 4 months ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆493Updated 8 months ago
- C++11 metaprogramming library☆278Updated last week
- A STL allocator that mmaps files☆254Updated 4 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated last month
- Coroutines for C++20 & asio☆326Updated 2 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆591Updated 5 months ago
- Fast and memory efficient c++ flat hash table/map/set☆663Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆790Updated last week
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- An implementation of Seqlock in C++11☆230Updated last year
- Header-only library for multithreaded programming☆239Updated 8 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆71Updated 3 weeks ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆318Updated 5 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- A micro microbenchmarking library for C++11 in a single header file☆225Updated last week
- A single header standard C++ serialization framework.☆197Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆463Updated 3 weeks ago
- Scope Guard & Defer C++☆179Updated last year
- Microbenchmarking for Modern C++☆230Updated 5 years ago