v0.1-alpha
Pre-release
Pre-release
A working thread pool with fixed number of threads and a fix-sized job queue. Thread pool and job queue memory and pre-allocated on creation and does not change. Although this approach wastes some memory it saves thread creation and destruction overhead as well as memory allocation and free overhead.