pub fn fixed_literal_lengths() -> [u8; 288] {
let mut lengths = [0u8; 288];
lengths[0..=143].fill(8); lengths[144..=255].fill(9); lengths[256..=279].fill(7); lengths[280..=287].fill(8); lengths
}
pub fn fixed_distance_lengths() -> [u8; 32] {
[5u8; 32]
}