Top "Lzma" questions

Lempel–Ziv–Markov chain Algorithm is an compression algorithm which uses a dictionary compression.

Why is *.tar.gz still much more common than *.tar.xz?

Whenever I see some source packages or binaries which are compressed with GZip I wonder if there are still reasons …

zip compression lzma xz
How to use the 7z SDK to compress and decompress a file

According to this link How do I create 7-Zip archives with .NET? , WOPR tell us how to compress a file …

c# sdk 7zip compression lzma
Free compression library for C# which supports 7zip (LZMA)

I have a program (written in C#) that reads/writes its data directly (direct file access without server) to firebird …

c# compression 7zip lzma
Get Maximum Compression from 7zip compression algorithm

I am trying to compress some of my large document files. But most of files are getting compresses by only 10% …

command-line compression 7zip lzma
How to use LZMA SDK to compress/decompress in Java

http://www.7-zip.org/sdk.html This site provide a LZMA SDK for compress/decompress files, I would like to …

java 7zip lzma
extract 7z file using python 3

I was trying to decompress a 7z file using python, but I can't seem to figure it out. I figured …

python python-3.x 7zip lzma
How to extract contents from 'Payload' file in a apple macOS update package?

I am extracting macOS sierra update package - macOSUpd10.12.1.pkg using following command to /tmp/macosupd directory. pkgutil --expand /Volumes/…

macos macos-sierra lzma software-packaging xz
Python 2.7: Compressing data with the XZ format using the "lzma" module

I'm experimenting with the lzma module in Python 2.7.6 to see if I could create compressed files using the XZ format …

python checksum lzma xz
why is LZMA SDK (7-zip) so slow

I found 7-zip great and I will like to use it on .net applications. I have a 10MB file (a.001) …

c# performance compression 7zip lzma
Which algorithm is used in standard ZIP?

I have googled, wikied and read the RFC of ZIP, but can't find any info about the exact algorithm which …

zip gzip tar lzma lzw