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

Fix performance issue related to analysis sort #69

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

JonasAlaif
Copy link
Collaborator

The issue is that the call to self.analysis.children.sort_by was really slow due to having to recalculate neighbors_directed each time

The issue is that the call to `self.analysis.children.sort_by` was really slow due to having to recalculate `neighbors_directed` each time
@JonasAlaif JonasAlaif merged commit d43e607 into main Oct 26, 2024
9 checks passed
@JonasAlaif JonasAlaif deleted the fix-analysis-perf branch October 26, 2024 09:15
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

Successfully merging this pull request may close these issues.

1 participant