Files
xahaud/Builds
Nik Bougalis 3379b4c950 Optimize thread pool implementation:
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.
2023-09-24 18:32:29 -07:00
..
2023-01-13 11:13:50 +00:00
2018-03-24 12:53:53 -07:00
2023-03-28 15:55:53 -07:00