mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
3379b4c9505c64b44c673ab6ea7d796b5b3de10b
The existing thread pool code uses several layers of indirection which uses a custom lock-free stack, and offers functionality that supports features that are never used (e.g. the ability to dynamically adjust the number of threads in the pool). This refactoring aims to simplify the code, making it easier to reason about (although lock-free multi-threaded code is always tricky) what is happening, and reduce the latency of the thread pool internals.
The Xahau Ledger
TODO: Doco
Description
Languages
C++
98.4%
C
0.9%
CMake
0.4%
Shell
0.2%