You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 whenMaster
is initialized, and then just reuse them during theforeach()
computation.The text was updated successfully, but these errors were encountered: