pushed
zhengqunkoo/smith-waterman • 2:03 AM - Apr 20, 2019
This update reverts a previous memory optimization that converted the H-matrix from using Cell objects to primitive Long values. It appears that stripping away the Cell object also removed necessary tracking metadata (like cell coordinates), causing issues in the alignment logic. The matrix is once again leveraging Cells, trading that intended memory efficiency back for correctness.

