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

Hovering over nodes with deep nesting lags #28

Closed
Rekkonnect opened this issue May 14, 2024 · 0 comments
Closed

Hovering over nodes with deep nesting lags #28

Rekkonnect opened this issue May 14, 2024 · 0 comments
Assignees
Labels
performance Something is hindering performance
Milestone

Comments

@Rekkonnect
Copy link
Owner

Rekkonnect commented May 14, 2024

Traversing through a very deep tree is very expensive, consider storing all the lines in a list, optionally caring about keeping it ordered (if necessary)

Note that the lag only occurs when the hovered nodes are very deep in the tree, nodes higher in the tree don't appear as laggy.

@Rekkonnect Rekkonnect added the performance Something is hindering performance label May 14, 2024
@Rekkonnect Rekkonnect added this to the v1.0.3 milestone May 14, 2024
@Rekkonnect Rekkonnect self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is hindering performance
Projects
None yet
Development

No branches or pull requests

1 participant