Name Description Size Coverage
fast.rs flush the current block 4408 -
huff.rs Make sure that we have a literal to write. 1196 -
medium.rs Make sure that we always have enough lookahead, except at the end of the input file. We need STD_MAX_MATCH bytes for the next match, plus WANT_MIN_MATCH bytes to insert the string following the next match. 11051 -
mod.rs reduce lazy search above this match length 2584 -
quick.rs Emit end of previous block 5584 -
rle.rs flush the current block 2678 -
slow.rs head of hash chain 5964 -
stored.rs Replace the lengths in the dummy stored block with len. 11545 -