View Single Post
  #2  
Old 24-12-2019, 06:11
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Test

Thanks 78372
Code:
[razor]
Encode = RZ a -d 32m packedfile.pcf datafile
Decode = RZ e packedfile.pcf datafile
InFileEnc = datafile
OutFileEnc = packedfile.pcf
InFileDec = packedfile.pcf
OutFileDec = datafile
Code:
[External compressor:precomp,mpzapi,zlib,razor]
header = 0
packcmd   = PMT.exe e {compressor} -b16M -t100p - - <stdin> <stdout>
unpackcmd = PMT.exe d {compressor} -t4 - - <stdin> <stdout>
Code:
Compressed 8 files, 466,568,427 => 58,679,682 bytes. Ratio 12.58%
Compression time: cpu 0.38 sec/real 17.54 sec = 2%. Speed 26.60 mB/s
All OK
Code:
Tested 8 files, 58,679,682 => 466,568,427 bytes. Ratio 12.58%
Testing time: cpu 0.45 sec/real 1.55 sec = 29%. Speed 300.13 mB/s
All OK
It's great.
Reply With Quote
The Following 9 Users Say Thank You to Simorq For This Useful Post:
78372 (24-12-2019), Behnam2018 (11-01-2020), Carldric Clement (26-12-2019), ffmla (24-12-2019), KaktoR (24-12-2019), PsYcHo_RaGE (24-12-2019), sanekbest1 (25-12-2019), shazzla (24-12-2019), ZAZA4EVER (17-03-2020)