closed_syncmers

Function closed_syncmers 

Source
pub const fn closed_syncmers(
    k: usize,
    w: usize,
) -> Builder<'static, false, NtHasher<false>, (), 1>
Expand description

Return positions/values of closed syncmers of length k+w-1.

These are windows with the minimizer at the start or end of the window.

k here corresponds to s in original syncmer notation: the minimizer length. k+w-1 corresponds to k in original syncmer notation: the length of the extracted string.