gatk-3.8/public/java/test/org/broadinstitute/sting/utils/codecs
Mark DePristo 9a0dda71d4 BCF2 optimizations
-- All low-level reads throw IOException instead of catching it directly.  This allows us to not try/catch in readByte, improving performance by 5% or so
-- Optimize encodeTypeDescriptor with final variables.  Avoid using Math.min instead do inline comparison
-- Inlined willOverflow directly in its single use
2012-08-09 16:36:18 -04:00
..
bcf2 BCF2 optimizations 2012-08-09 16:36:18 -04:00
hapmap A few misc. residual errors in last commit 2012-06-21 16:04:25 -04:00
vcf Update BCF2 to include a minor version number so we can rev (and report errors) with BCF2 2012-08-02 17:30:30 -04:00