Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: parallel Version of EarlyTerminatingScanner #1111

Open
msteinbeck opened this issue Jan 12, 2017 · 2 comments
Open

feature: parallel Version of EarlyTerminatingScanner #1111

msteinbeck opened this issue Jan 12, 2017 · 2 comments
Labels

Comments

@msteinbeck
Copy link
Contributor

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?

@msteinbeck msteinbeck changed the title Parallel Version Of EarlyTerminatingScanner Parallel Version of EarlyTerminatingScanner Jan 12, 2017
@monperrus
Copy link
Collaborator

monperrus commented Jan 12, 2017 via email

@monperrus monperrus changed the title Parallel Version of EarlyTerminatingScanner feature: parallel Version of EarlyTerminatingScanner Jan 16, 2017
@surli surli added the feature label Jan 18, 2017
@tdurieux
Copy link
Collaborator

An easy solution is to parallelize the scan of the element collections/map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants