image-rs/deflate-rs

Properly implement lazy matching

oyvindln opened this issue · 1 comments

Right now we only check one byte ahead, but we should check more bytes, and discard matches if they are short with a very long distance to get a similar compression level to zlib and miniz.

Should be working now.