taskflow / work-stealing-queueLinks
A High-Performance Work-Stealing Queue for C++
☆333Updated 3 weeks ago
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 3 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆633Updated 6 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆231Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated last week
- A header-only C++ library for task concurrency☆632Updated 2 years ago
- Fast and memory efficient c++ flat hash table/map/set☆676Updated 2 weeks ago
- C++11 metaprogramming library☆280Updated 2 weeks ago
- A STL allocator that mmaps files☆255Updated 4 years ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆805Updated last week
- C++17 Run-time Polymorphism (Type Erasure) library☆496Updated 10 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆496Updated 3 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated 3 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- Scope Guard & Defer C++☆182Updated 2 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- Coroutines for C++20 & asio☆331Updated this week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Updated 6 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆322Updated 6 months ago
- Microbenchmarking for Modern C++☆233Updated 5 years ago
- Greg's Template Library of useful classes.☆261Updated 3 weeks ago
- ☆128Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆131Updated 2 years ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆270Updated last year
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- High performance C++11 thread pool☆584Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago