image-rs/deflate-rs

Port fast mode from miniz

oyvindln opened this issue · 0 comments

Miniz has a special fast compression function that's used when max_hash_checks is set to one. It seems to provide something in-between normal compression using hash_checks = 1 and rle mode.