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

Speed-up through graph caching #4

Open
sebhoerl opened this issue Feb 6, 2022 · 0 comments
Open

Speed-up through graph caching #4

sebhoerl opened this issue Feb 6, 2022 · 0 comments

Comments

@sebhoerl
Copy link
Contributor

sebhoerl commented Feb 6, 2022

We could probably speed up the algorithm quite a bit by caching graph information. We need to think about how to do that. Basically, we would check whether a certain edge is still valid, and then delete the ones that are not valid anymore. On the other hand, it might happen that edges that were previously invalid, become valid now, so actually we would still need to check all possible combinations. But maybe if we do not do this check, then this can be seen as a speed-up heuristic.

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

1 participant