-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
77 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1766765
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit slows down the computation significantly. Although
SWIMD_OVERFLOW_BUCKETS
is faster thenSWIMD_OVERFLOW_SIMPLE
it is still slower than without this commit.without commit:
with
SWIMD_OVERFLOW_BUCKETS
:with
SWIMD_OVERFLOW_SIMPLE
:Maybe it is not very representative, but my usual test case with a query sequence of 6845 residues and a database fasta file with 208 sequences and 231193 residues total.
Thats very tiny but the slow down is significant.
I'll report more tests soon after fixing #9 .
1766765
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tolot27 Ah yes, this is true! I noticed the slowdown, however it was important was somebody to have this feature and I did not have time to fix this, so I left it as it is for now. I also thought that maybe my data was not representative enough. I did a quick investigation but could find no obvious reason for this slowdown! I should fix this as soon as possible, that is for sure. I will open an issue with this and put high priority.