The H-matrix type in the parallel vectorized Smith-Waterman aligner was updated from an array of Cell objects to an array of raw Long values. By avoiding the instantiation of a wrapper object for every coordinate pair, this significantly cuts down the number of allocations required during execution. Ultimately, this refactor makes memory usage far more efficient when performing sequence alignments on a large scale.