ConorWilliams / Threadpool
Light, fast, threadpool for C++20
☆98Updated last year
Related projects ⓘ
Alternatives and complementary repositories for Threadpool
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆143Updated 3 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…☆150Updated 2 weeks ago
- Compact SVO optimized vector for C++17 or higher☆96Updated 6 months ago
- SPY - C++ Information Broker☆152Updated last week
- C++20 [Minimal] Static Perfect Hash library☆178Updated last month
- An indirect value-type for C++☆82Updated last year
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆138Updated last month
- A lightweight, non-owning reference to a callable.☆170Updated 3 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆167Updated 3 years ago
- repr for Modern C++: Return printable string representation of a value☆83Updated 3 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆143Updated 2 weeks ago
- C++20 coroutines-based cooperative multitasking library☆105Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- tser - tiny serialization for C++☆137Updated 3 years ago
- Boost.PFR without the boost namespaces☆64Updated 11 months ago
- Meta C++ Library and Tool☆80Updated last year
- A single header standard C++ serialization framework.☆189Updated 2 years ago
- a small lightweight std::execution work-alike☆55Updated last month
- A C++14 reflection library☆69Updated this week
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆71Updated 2 weeks ago
- A C++14 and later CRTP template for defining iterators☆70Updated this week
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines