View Single Post
  #6  
Old 17-11-2019, 11:39
PSP17 PSP17 is offline
Registered User
 
Join Date: Nov 2016
Location: Bulgaria
Posts: 20
Thanks: 3
Thanked 3 Times in 3 Posts
PSP17 is on a distinguished road
Quote:
What do you mean by packed without cls?
It mean not using cls to see if it is any difference in pack/unpack speed.

Quote:
What was your compression method?
here is the whole chain:
batch file
Code:
arc.exe a -r --dirs -s; -ep1 -i1 -lc- -w.\_tmp -msrep+lzma2 "data.bin" "pack\*"
arc.ini
Code:
[External compressor:lzma2]
header = 0
default = :d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0
packcmd = "7-Zip" a -txz -an -mcrc=0 -m1=lzma2{:option}:mf=bt4 -mmt=on -mx9 -si -so <stdin> <stdout>
Reply With Quote