Encode and decode strings according to the deflate specification (RFC 1951) for LZ77 (Lempel-Ziv 1977) coding. This implements the 'patent free' algorithm described there for 'lazy matching'. This package is not optimized for speed or efficiency and is pr
published version 1.0.4, 6 years agoThe Huffman coding portion of the deflate algorithm according the the RFC 1951 specification.
published version 1.0.3, 6 years ago