2020-07-02
- sped up parsing missingness when the ploidy is the same for all samples by checking 8 samples simultaneously, and only checking individual samples if any appear missing. Checking missingness under these conditions is now 3X faster than before.
- Optimized parsing probabilities when all samples are diploid with two alleles, and probabilities are encoded with 8 bits. This is now 2.5X faster than the standard method for calculating probabilities.