zune_inflate::constants

Constant OFFSET_ENOUGH

source
pub const OFFSET_ENOUGH: usize = 512;
Expand description

Note, default libdeflate value is 402, but with 512, we can remove a branch check by simply doing & 511, and I’ll take that.