Skip to content

Releases: minghui-liu/threadpool

v0.1-alpha

27 Mar 20:50
7353b80
Compare
Choose a tag to compare
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.