-
Notifications
You must be signed in to change notification settings - Fork 86
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
LongestPathLayerer causes StackOverflow exception #872
Labels
alg-layered
Affects the ELK Layered algorithm.
Milestone
Comments
soerendomroes
added
alg-layered
Affects the ELK Layered algorithm.
easy-win
This won't take long.
labels
Sep 9, 2022
Here is the full graph if the link should break in the future.
|
I remember that this had some performance issues? Do you want to postpone this to 0.9.1? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LongestPathLayerer recursively visits all nodes. This should be done iteratively to prevent problems for big graphs such as this one.
The text was updated successfully, but these errors were encountered: