We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two main points for parallelization: Construction and searching.
Both of these should be relatively simple to parallelize as they're recursive functions.
The text was updated successfully, but these errors were encountered:
Note: We should use this to control decompression threads used by seqan, specifically when reading a BAM file.
Sorry, something went wrong.
Look also at the standard library parallel implementation here, could be used when sorting the list of records.
MitraDarja
No branches or pull requests
There are two main points for parallelization: Construction and searching.
Both of these should be relatively simple to parallelize as they're recursive functions.
The text was updated successfully, but these errors were encountered: