You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a tool that reads BAM files and I'm interested in enabling multi-threaded reading. Is using bam::Reader::set_threads(...) sufficient for this? I'm currently using bam::Reader::read(...) within a while loop to read records into a preallocated record. Will this automatically leverage multiple threads?
Thanks in advance for you assistance!
The text was updated successfully, but these errors were encountered:
I'm working on a tool that reads BAM files and I'm interested in enabling multi-threaded reading. Is using
bam::Reader::set_threads(...)
sufficient for this? I'm currently usingbam::Reader::read(...)
within a while loop to read records into a preallocated record. Will this automatically leverage multiple threads?Thanks in advance for you assistance!
The text was updated successfully, but these errors were encountered: