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
Is it possible to add a parallel version of the EarlyTerminatingScanner? This scanner could try to distribute the traversal of the root node to several threads (as many as the underlying machine provides).
What do you think?
The text was updated successfully, but these errors were encountered:
msteinbeck
changed the title
Parallel Version Of EarlyTerminatingScanner
Parallel Version of EarlyTerminatingScanner
Jan 12, 2017
I really like this idea.
I've read somewhere that the code infrastructure at Google does
parallel analysis and transformation, even across multiple machines
using map-reduce.
monperrus
changed the title
Parallel Version of EarlyTerminatingScanner
feature: parallel Version of EarlyTerminatingScanner
Jan 16, 2017
Is it possible to add a parallel version of the
EarlyTerminatingScanner
? This scanner could try to distribute the traversal of the root node to several threads (as many as the underlying machine provides).What do you think?
The text was updated successfully, but these errors were encountered: