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

Add flag to choose if end location is needed (to make search faster) #14

Closed
Martinsos opened this issue Jan 6, 2015 · 1 comment
Closed

Comments

@Martinsos
Copy link
Owner

When I added functionality for finding end location of alignment (#13), search got slower for about 20%, maybe even more, although I did my best not to slow it down. One possible fix for this, if it can be fixed, would be to introduce a flag that will enable user to choose if he needs end location of alignment or not. I hope that search will be as quick as before when this flag is negative, although I am not sure this will actually help (because we will probably have to put if in core loop, and that may slow things down even more -> or it may help as it will have constant value, I am not sure how smart is compiler or whoever).

@Martinsos
Copy link
Owner Author

I did this and it really did help a lot (~30%)!

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

1 participant