LZMA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "The Lempel–Ziv–Markov chain algorithm (LZMA) is an algorithm used to perform lossless data compression.")
 
imported>Ikskoks
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Lempel–Ziv–Markov chain algorithm (LZMA) is an algorithm used to perform lossless data compression.
The Lempel–Ziv–Markov chain algorithm (LZMA) is an algorithm used to perform lossless data compression.
Links:
* [https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm LZMA Wiki]
* [https://www.7-zip.org/sdk.html LZMA SDK]
<br><br>
[[Category:Articles]]

Latest revision as of 23:13, 24 July 2021

The Lempel–Ziv–Markov chain algorithm (LZMA) is an algorithm used to perform lossless data compression.


Links: