View Single Post
  #5  
Old 07-07-2020, 22:20
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 690
Thanks: 481
Thanked 2,553 Times in 563 Posts
BLACKFIRE69 is on a distinguished road
Talking Razor Archiver Accelerator - RazorX 2 New Update

Razor Archiver Accelerator - RazorX 2 New Update



Compression:

Commands:
a = Compress

Options:
-c # = chunk size
-d # = window size (decompression uses 1.66# memory for each thread)


Usage:
RazorX.exe a -c# -d# - - <stdin> <stdout>


Decompression:

Commands:
x = Decompress

Options:
-t# = number of Threads for decompression

Usage:
rzx_u.exe x -t4 - - <stdin> <stdout>


Arc.ini:

Code:
[External compressor:RazorX]
header = 0
packcmd   = RazorX.exe a -c64m -d64m - - <stdin> <stdout>
unpackcmd = rzx_u.exe x -t4 - - <stdin> <stdout>
For Compression:
RazorX.exe
rz.exe


For Decompression:
rzx_u.exe
cls-rz.exe



check the first post....

Last edited by BLACKFIRE69; 07-07-2020 at 22:27.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ffmla (08-07-2020), Jiva newstone (07-07-2020), kenzo34 (07-07-2020), kj911 (25-04-2021), L0v3craft (08-07-2020)