ConorWilliams Threadpool Versions Save

Light, fast, threadpool for C++20

v2.1.1

3 years ago

Thiefpool now follows the std::async interface copying arguments by default. Additionally, we have included promise's exception handling.

v1.3.0

3 years ago

Non-deterministic stealing helps to avoid contention, additionally a small spin upon thread release (trying to get work from own queue) helps to prevent contention.

v1.2.1

3 years ago

v1.0.0

3 years ago