]> git.seodisparate.com - EntityComponentMetaSystem/commit
Double the number of tasks given to ThreadPool
authorStephen Seo <seo.disparate@gmail.com>
Wed, 8 Sep 2021 06:55:08 +0000 (15:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 8 Sep 2021 06:55:08 +0000 (15:55 +0900)
commit79748d58f1a6d2914b94e961bd7270b24e51bbd7
treefc1cdf4978ad6faa4be420d1c4706bd13ee7ecfb
parent388d48056f96eb5265efc076fa499c52996a6bc9
Double the number of tasks given to ThreadPool

Previous implementation only enqueued "ThreadCount" tasks to ThreadPool.
For more efficiency, this has been changed to "ThreadCount * 2" tasks.
src/EC/Manager.hpp