taskflow / work-stealing-queueLinks
A fast work-stealing queue template in C++
☆321Updated 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☆362Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆203Updated 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.☆613Updated 2 months ago
- C++11 metaprogramming library☆268Updated 3 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- An implementation of Seqlock in C++11☆223Updated last year
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Fast and memory efficient c++ flat hash table/map/set☆638Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆760Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆491Updated 6 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated last year
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- ☆128Updated 2 years ago
- Light, fast, threadpool for C++20☆104Updated 2 years ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆725Updated 7 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆313Updated 2 months ago
- Coroutines for C++20 & asio☆312Updated 3 weeks ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- Header-only library for multithreaded programming☆236Updated 6 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- Microbenchmarking for Modern C++☆226Updated 4 years ago
- A micro microbenchmarking library for C++11 in a single header file☆225Updated 3 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆579Updated 2 months ago