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

use lock-free queue for hit_list #24

Open
tolot27 opened this issue Jun 26, 2014 · 1 comment
Open

use lock-free queue for hit_list #24

tolot27 opened this issue Jun 26, 2014 · 1 comment

Comments

@tolot27
Copy link

tolot27 commented Jun 26, 2014

Change hits_enter to be lock-free and void insert_sort. IMHO, sorting the hits at this time is not necessary.

Access to hits_sort is currently only in the alignment phase but is maybe only necessary once before output.

@tolot27
Copy link
Author

tolot27 commented Jul 1, 2014

There is also the interessting FastFlow concept (see Efficient Smith-Waterman on Multi-core with FastFlow).

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

No branches or pull requests

1 participant