Issue by Dmitriy Morozov
Sunday Feb 08, 2015 at 18:44 GMT
Currently, we launch a new set of threads with every foreach() (and join them all at the end). It might make sense to create a pool of threads when Master is initialized, and then just reuse them during the foreach() computation.