LZ77
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |pronom={{PRONOM|x-cmp/17}} |released=1977 }} '''LZ77''' is a general kind of data compression. It works by putting cod...") |
Revision as of 17:49, 23 April 2013
LZ77 is a general kind of data compression. It works by putting codes in the compressed datastream which indicate that some recently-decompressed data is to be repeated.