sstadick / perbase

Per-base per-nucleotide depth analysis
MIT License
115 stars 13 forks source link

Performance and OSX builds #34

Closed sstadick closed 3 years ago

sstadick commented 3 years ago

Modest improvements in both memory usage and runtime via rightsizing structs, in-lining, and using rc_records for bam iteration.

This also bumps the version of rust-htslib