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

remove sort/binarysearch #466

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Conversation

kwcantrell
Copy link
Collaborator

This addresses #462.

Here I removed the sorting of node names/filtering non-uniq names in order to speed up the load time for larger trees. In addition, I know perform a basic linear search when filling the name suggestion menu.

@kwcantrell
Copy link
Collaborator Author

Github actions worked!

@kwcantrell kwcantrell linked an issue Dec 16, 2020 that may be closed by this pull request
@fedarko fedarko self-requested a review January 22, 2021 22:10
Copy link
Collaborator

@fedarko fedarko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @kwcantrell! (Sorry for taking so long to get to this...)

@fedarko fedarko merged commit 7fbd592 into biocore:master Jan 22, 2021
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.

Speed up how node names are processed on initialization
2 participants