/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
830 BPreviewCodeBlameHistoryRaw

LZMA Algorithm#

LZMA (Lempel-Ziv-Markov chain Algorithm) is a compression algorithm that provides high compression ratios. It uses a dictionary compression scheme similar to LZ77 but with sophisticated modeling of repeating patterns using Markov chains.

Variants#

Standard Compression#

Delta Encoding#

Delta encoding stores differences between consecutive values rather than the values themselves. This can improve compression for sequences where adjacent values are often similar, such as time series data.

moveopenescclose