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

Optimise get_node function #59

Closed
mbhall88 opened this issue Oct 15, 2018 · 2 comments
Closed

Optimise get_node function #59

mbhall88 opened this issue Oct 15, 2018 · 2 comments

Comments

@mbhall88
Copy link
Member

get_node is currently causing up to 6 iterations through the graph per start/end kmer combination.

@mbhall88
Copy link
Member Author

Create a hash of all the kmers in the graph and use this to test for existence.

@mbhall88
Copy link
Member Author

Based on some of the results in #74 I don't think these iterations through the graph are creating any tangible performance impact, therefore this issue can be parked for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants