Releases: minghui-liu/threadpool
Releases · minghui-liu/threadpool
v0.1-alpha
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.