sparseCells
Non-null only for sparse deltas produced by add. Contains exactly depth entries — one changed cell per hash row. When non-null, cells is a stub (all zeros) and piece applies the sparse cells rather than scanning the full matrix.
Full-state sketches (produced by empty or piece) have sparseCells = null and carry the complete depth × width count matrix in cells.