Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to implement LZMA (Lempel–Ziv–Markov chain algorithm) alogrithm. for both compression and decompression.But I couldn't find any documentation for that.
Can any one tell me the working of LZMA? or is there any documentation for the same which can describe working of it in detail?
Posted
Comments
Member 10810608 5-Feb-16 10:08am    
Have you find something interresting

1 solution

Have you checked out the LZMA SDK[^] page?


[update]
The Salomon's "Data Compression: The Complete Reference" book should have a description. At least according to the author himself[^].
[/update]
 
Share this answer
 
v2
Comments
Aby321 30-Mar-12 6:07am    
I have checked LZMA SDK but it has no documentation.
and though it is open source, it is so complicated and confusing.
For only only algorithm can also do.
Thanks.
Stefan_Lang 8-Feb-16 9:16am    
It's advanced mathematics, of course it's complicated! If you want to understand the algorithm, better check the math library at your nearest university. For internet research, you could start at wikipedia and follow the references there:
https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm

[edit]just noticed the time stamp on this QA - sorry for the late comment ;-) [/edit]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900