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