Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------------- - Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in asm for x64 with about 30% higher speed than main version of LZMA decoder written in C. - The speed for single-thread LZMA/LZMA2 decoder written in C was increased by 3%. - 7-Zip now can use multi-threading for 7z/LZMA2 decoding, if there are multiple independent data chunks in LZMA2 stream. - 7-Zip now can use multi-threading for xz decoding, if there are multiple blocks in xz stream. md5: ba8d01b14c9abdb2459d525f1bd00c14 lzma1803.7z sha1: 81d7e27a71c779598b685387420d36163c27830c lzma1803.7z
- Loading branch information