LZHAM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=2015 }} LZHAM (LZ, Huffman, Arithmetic, Markov) is a data compression library and compressed data format....") |
(Category:Compression research) |
||
Line 11: | Line 11: | ||
* [https://github.com/richgel999/lzham_codec LZHAM GitHub page] | * [https://github.com/richgel999/lzham_codec LZHAM GitHub page] | ||
* [https://code.google.com/p/lzham/ LZHAM Google Code page] (old) | * [https://code.google.com/p/lzham/ LZHAM Google Code page] (old) | ||
+ | |||
+ | [[Category:Compression research]] |
Latest revision as of 17:21, 16 May 2016
LZHAM (LZ, Huffman, Arithmetic, Markov) is a data compression library and compressed data format. It is designed for fast decompression, and a good compression ratio.LZHAM has existed since about 2010, but the format was not stable until version 1.0, released in early 2015.