Eric Biggers 3675136c39 deflate_compress: observe correct items in lazy compressor
Ensure that whenever deflate_choose_*() is called to choose a literal or
match, observe_*() is also called to tally it in the block split
statistics (except in deflate_compress_fastest(), which doesn't use the
block split statistics).  Previously, the lazy compressor contained an
optimization that made the block split statistics differ from the actual
lazy parse.  But that optimization no longer seems to be worthwhile.
2022-01-04 21:25:56 -08:00
..
2021-03-12 00:07:30 -08:00
2021-05-06 23:10:58 -07:00
2019-12-28 13:20:50 -06:00
2019-12-28 13:20:50 -06:00