Deflate

1 revision
#11 week ago
+6
Auto-generated stub article
+Deflate is a [lossless](/wiki/lossless) data [compression](/wiki/compression) algorithm. It elegantly combines LZ77 and Huffman coding to efficiently reduce the size of files, making them faster to transmit and store.
+## See also
+- [Gzip](/wiki/gzip)
+- [Zlib](/wiki/zlib)
+- [Zip](/wiki/zip)
... 1 more lines