Skip to content

v0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@minghui-liu minghui-liu released this 27 Mar 20:50
· 7 commits to master since this release
7353b80

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.