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

Repetitive tree traversal #19

Open
blogle opened this issue Aug 25, 2014 · 0 comments
Open

Repetitive tree traversal #19

blogle opened this issue Aug 25, 2014 · 0 comments

Comments

@blogle
Copy link
Contributor

blogle commented Aug 25, 2014

The entire graph is traversed twice before iterating through the frontier. Once to covert the tree to a dictionary and again to accumulate the output values. Optimally I would like to merge these operations in some way to greatly improve the performance.

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

No branches or pull requests

1 participant