pub fn squeeze_mmap(
squeeze_chars: &[u8],
data: &[u8],
writer: &mut impl Write,
) -> Result<()>Expand description
Squeeze from mmap’d byte slice. Uses a two-pass approach: find runs of squeezable bytes with memchr, then copy non-squeezed content in bulk.