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

Feature branch - faster GTK Tree #882 #902

Closed
wants to merge 1 commit into from

Conversation

basilevs
Copy link
Contributor

This is a target branch for major rework of Tree widget on GTK. The goal is to eliminate quadratic complexities from common operations over a tree:

  • build
  • reveal
  • expand.

Operations that will have to stay quadratic:

  • full traversal

Testing asymptotic execution times for operations over large trees.
@laeubi laeubi added the performance Performance issue label Nov 27, 2023
@basilevs
Copy link
Contributor Author

This is already merged as part of #903

@basilevs basilevs closed this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants