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

Parallelization? #12

Open
joshuak94 opened this issue Mar 30, 2021 · 2 comments
Open

Parallelization? #12

joshuak94 opened this issue Mar 30, 2021 · 2 comments
Assignees

Comments

@joshuak94
Copy link
Owner

There are two main points for parallelization: Construction and searching.

Both of these should be relatively simple to parallelize as they're recursive functions.

@joshuak94
Copy link
Owner Author

Note: We should use this to control decompression threads used by seqan, specifically when reading a BAM file.

@joshuak94
Copy link
Owner Author

Look also at the standard library parallel implementation here, could be used when sorting the list of records.

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

2 participants