2011-06-22 16:47:56 +02:00
|
|
|
This is a simple command line implementation of the LZMA compression algorithm
|
|
|
|
from the LZMA SDK. It uses a raw LZMA format instead of the xz or 7z container
|
|
|
|
formats, and produces compression ratios that are usually about 25-30% better
|
|
|
|
than bzip2, and decompression speeds that are about twice as fast. The
|
|
|
|
disadvantages are higher CPU and RAM requirements for compression.
|
2005-05-07 21:11:16 +02:00
|
|
|
|
2020-02-15 10:31:24 +01:00
|
|
|
WWW: https://www.7-zip.org/sdk.html
|