LZSS
From Just Solve the File Format Problem
(Difference between revisions)
Line 4: | Line 4: | ||
}} | }} | ||
The '''LZSS''' (Lempel–Ziv–Storer–Szymanski) format is a data compression format which improves on the [[LZ77]] compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data. | The '''LZSS''' (Lempel–Ziv–Storer–Szymanski) format is a data compression format which improves on the [[LZ77]] compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data. | ||
+ | |||
+ | == See also == | ||
+ | * [[LZSS (Haruhiko Okumura)]] | ||
==Sources== | ==Sources== |
Revision as of 13:56, 17 August 2021
The LZSS (Lempel–Ziv–Storer–Szymanski) format is a data compression format which improves on the LZ77 compression format. The compression works by pointing an end point and a final point in a dictionary back to the original data.