Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Add bounds for haplotype matrix
We know that the upper bound for the value of any cell in the occurence matrix has to be equal to or less than the number of reads. Leverage that knowledge to shrink the size of arrays that are needed.
- Loading branch information