View Single Post
  #3  
Old 17-02-2019, 13:29
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

Code:
[External compressor:lorz]
header = 0
packcmd   = lorz\{compressor} x $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lorz\{compressor} d stdin stdout <stdin> <stdout>

Creating archive: Test.Bin using lorz
Compressed 98 files, 65,779,809 => 24,193,076 bytes. Ratio 36.78%          
Compression time: cpu 0.09 sec/real 59.20 sec = 0%. Speed 1.11 mB/s
All OK

Testing archive: Test.Bin
Tested 98 files, 24,193,076 => 65,779,809 bytes. Ratio 36.78%              
Testing time: cpu 0.03 sec/real 0.92 sec = 3%. Speed 71.48 mB/s
All OK

Code:
[External compressor:lorz]
header = 0
packcmd   = lorz\{compressor} x stdin stdout <stdin> <stdout>
unpackcmd = lorz\{compressor} d stdin stdout <stdin> <stdout>

Creating archive: Test.Bin
Compressed 98 files, 65,779,805 => 28,734,927 bytes. Ratio 43.68%          
Compression time: cpu 0.06 sec/real 49.32 sec = 0%. Speed 1.33 mB/s
All OK

Testing archive: Test.Bin
ERROR: write error (disk full?) in compression algorithm lorz
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
78372 (17-02-2019), BLACKFIRE69 (12-09-2019)