View Single Post
  #23  
Old 01-01-2018, 17:22
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Quote:
Originally Posted by artag View Post
Using 7zip in replace of internal compression, gives me a good decompression time, because
how it handles uncompressable blocks. Also, it gives me some times better compression than
internal LZMA (because it does not add overhead to uncompressable blocks, try with mkv/mp4 file
and you'll see).
Unless something changed, its exactly opposite in my experiences. 7zip never looked like skipping uncompressable data(but maybe it changed now?) to me and was much slower than FA -m5, only FA -mx seemed like to not skip. FA -m5 is the quickest LZMA I know, skipping everything that is compressed - the jumps it make during compression are very, very visible. Thats what arc.groups file is also for btw.

And for decompression, 7zip cannot even compare, it is using only single thread while FA can use 4 threads(if you compressed with -m5). Good luck beating that with 7zip.
Reply With Quote