Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does the LZMA compression method work?

I need to know details about LZMA compression algorithm. I know its general concept, but I need some examples explaining it in detail. Can anybody please help me to get more information?

Thank you.

like image 466
Shadi Avatar asked Jun 07 '10 15:06

Shadi


1 Answers

Try the LZMA SDK. It "provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression."

like image 61
BenV Avatar answered Sep 19 '22 20:09

BenV