03c279ffd4
Thread pools are long-lasting executors that have close to zero overhead when launching new jobs. This is advantageous over creating new threads as we can use this for threading smalling jobs and smaller quanta. It also avoids the heuristics needed to determine the optimal number of threads to spawn |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
LICENSE.txt | ||
bs_thread_pool.hpp |