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

Parallelize the tree compuation #68

Open
reprogrammer opened this issue Jul 7, 2014 · 0 comments
Open

Parallelize the tree compuation #68

reprogrammer opened this issue Jul 7, 2014 · 0 comments
Milestone

Comments

@reprogrammer
Copy link
Owner

One way to speed up the tree computation is to parallelize it. Currently, this is not possible because a single shadow project is used to compute the effect of each change. Instead, separate shadow projects should be used to compute the effects of changes in parallel. This will enable us to compute the change effects in parallel.

@reprogrammer reprogrammer added this to the Next milestone Jul 7, 2014
@amchiclet amchiclet modified the milestones: Next, 2014-11-01 Nov 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants