In RFC1951 -Deflate compressed Data Format Specification, indicates that when doing LZ77 Compression using chain hash algorithm.
I don't know how to use chain hash to do LZ77 Compression.
anyone know where I can find article or explanation about that ?
why not do byte per byte matching ?
