htslib
htslib copied to clipboard
added thread pool to tabix operations
Fixes #1735. Added option to provide number threads to use, disabled by default. Uses the thread pool in operations except listing of sequence names (-l).
it showed ~40% improvement in indexing and data retrieval on bed/sam files and ~15% on vcf files.
Updated tests as well.