taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆319Updated 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☆311Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆360Updated 11 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆605Updated 2 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated 3 months ago
- C++11 metaprogramming library☆264Updated last week
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Fast and memory efficient c++ flat hash map/set☆626Updated last week
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- An implementation of Seqlock in C++11☆221Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆486Updated 4 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆716Updated 5 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 11 months ago
- ☆128Updated 2 years ago
- A STL allocator that mmaps files☆249Updated 4 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆575Updated last month
- Scope Guard & Defer C++☆176Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆224Updated 2 months ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Coroutines for C++20 & asio☆300Updated last week
- Header-only library for multithreaded programming☆236Updated 4 months ago
- Microbenchmarking for Modern C++☆225Updated 4 years ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆311Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆753Updated 11 months ago