Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-06-2020, 08:46
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,443 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Talking Razor Archiver Accelerator - RazorX

Razor Archiver Accelerator - RazorX 2



A Tool for Accelerate the Razor Archiver. (Tested with 1.01 - 1.03.7).





Arc.ini:

Code:
[External compressor:razorx]
header = 0
default = -t:100p
packcmd   = RazorX.exe a -c:128m -d:128m {option} <stdin> <stdout>
unpackcmd = RazorX.exe x {option} <stdin> <stdout>

Compression:



Decompression:



Testing:




Attached Files
File Type: rar RazorX v2.0.0.1 + Full Example (No UPX).rar (2.09 MB, 385 views)

Last edited by BLACKFIRE69; 08-03-2021 at 00:41.
Reply With Quote
The Following 23 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (10-06-2020), alexachu (27-06-2020), Aschenputtell (21-03-2025), Cesar82 (10-06-2020), dixen (10-06-2020), ffmla (10-06-2020), GTX590 (10-06-2020), Harsh ojha (10-06-2020), Jiva newstone (11-06-2020), KaktoR (22-06-2020), kenzo34 (10-06-2020), kj911 (27-04-2021), L0v3craft (10-06-2020), littlekura (10-06-2020), Masquerade (12-06-2020), oltjon (10-06-2020), rambohazard (10-06-2020), Razor12911 (10-06-2020), sajmon83 (09-03-2021), ScOOt3r (04-08-2023), shazzla (10-06-2020), Slippy (27-07-2020), ZAZA4EVER (10-06-2020)
Sponsored Links
  #2  
Old 22-06-2020, 01:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,480
Thanks: 1,083
Thanked 7,096 Times in 2,692 Posts
KaktoR is on a distinguished road
I did some tests and comparisons. I just picked 2 random files from a unity engine game. I just left all settings on default (b64m f.e.).

Code:
Razor 1.03.7
Compressed 2 files, 191,947,340 => 43,193,710 bytes. Ratio 22.50%
Compression time: cpu 0.19 sec/real 311.28 sec = 0%. Speed 0.62 mB/s
All OK

RazorX
Compressed 2 files, 191,947,340 => 43,719,877 bytes. Ratio 22.78%
Compression time: cpu 0.08 sec/real 127.69 sec = 0%. Speed 1.50 mB/s
All OK

Razor PMT
Compressed 2 files, 191,947,340 => 43,743,167 bytes. Ratio 22.79%
Compression time: cpu 0.16 sec/real 122.23 sec = 0%. Speed 1.57 mB/s
All OK
RazorX has a slightly better ratio then PMT, but PMT has a slightly better speed.

Question: Does RazorX use all aviable CPU threads by default?
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
BLACKFIRE69 (22-06-2020), st0rm (24-06-2020)
  #3  
Old 22-06-2020, 12:23
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,443 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I did some tests and comparisons. I just picked 2 random files from a unity engine game. I just left all settings on default (b64m f.e.).

Code:
Razor 1.03.7
Compressed 2 files, 191,947,340 => 43,193,710 bytes. Ratio 22.50%
Compression time: cpu 0.19 sec/real 311.28 sec = 0%. Speed 0.62 mB/s
All OK

RazorX
Compressed 2 files, 191,947,340 => 43,719,877 bytes. Ratio 22.78%
Compression time: cpu 0.08 sec/real 127.69 sec = 0%. Speed 1.50 mB/s
All OK

Razor PMT
Compressed 2 files, 191,947,340 => 43,743,167 bytes. Ratio 22.79%
Compression time: cpu 0.16 sec/real 122.23 sec = 0%. Speed 1.57 mB/s
All OK
RazorX has a slightly better ratio then PMT, but PMT has a slightly better speed.
small time difference maybe because that the pc isn't always stable.

Quote:
Question: Does RazorX use all aviable CPU threads by default?
yup.
Reply With Quote
  #4  
Old 22-06-2020, 12:32
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,480
Thanks: 1,083
Thanked 7,096 Times in 2,692 Posts
KaktoR is on a distinguished road
Ok, then RazorX should be faster then PMT (I used just 4 threads (default) on PMT).
__________________
Haters gonna hate
Reply With Quote
  #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: 673
Thanks: 479
Thanked 2,443 Times in 547 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)
  #6  
Old 08-03-2021, 00:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,443 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Arrow RazorX new Update

RazorX new Update
v2.0.0.1

Arc.ini
Code:
[External compressor:razorx]
header = 0
default = -t:100p
packcmd   = RazorX.exe a -c:128m -d:128m {option} <stdin> <stdout>
unpackcmd = RazorX.exe x {option} <stdin> <stdout>
Additional options: RazorX.ini
Code:
[RazorX]
Exe=Razor\rz.exe
Window=128m
Code:
RAZOR archiver
 -- strong  compression ratio
 -- fast  decompression speed
 -- rolz/lz compression engine
 -- special processing for x86/x64, structures, some image-/audio-types
 -- block-based deduplication (BLAKE2b)
 -- unicode support & solid archiving

Usage:
Attached Images
File Type: png Screenshot 2021-03-08 140136.png (19.7 KB, 465 views)
Attached Files
File Type: rar RazorX v2.0.0.1 + Full Example (No UPX).rar (2.09 MB, 116 views)
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Balaji007 (18-04-2021), dixen (08-03-2021), Ele (08-03-2021), ffmla (08-03-2021), kenzo34 (08-03-2021), L0v3craft (08-03-2021)
  #7  
Old 08-03-2021, 01:38
biotec2k8 biotec2k8 is offline
Registered User
 
Join Date: Jan 2021
Location: Germany
Posts: 52
Thanks: 21
Thanked 4 Times in 4 Posts
biotec2k8 is on a distinguished road
How does RazorX compress content?

Had to turn off Defender when downloading. It had a false positive
Reply With Quote
  #8  
Old 08-03-2021, 03:00
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,443 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by biotec2k8 View Post
Had to turn off Defender when downloading. It had a false positive
ah, this's because the XTime.dll file is compressed by UPX.
Reply With Quote
  #9  
Old 09-03-2021, 02:39
biotec2k8 biotec2k8 is offline
Registered User
 
Join Date: Jan 2021
Location: Germany
Posts: 52
Thanks: 21
Thanked 4 Times in 4 Posts
biotec2k8 is on a distinguished road
compress works.

When decompressing with your RazorX, however, I get an error message that my HDD is full.

Is there a solution to that?
Reply With Quote
  #10  
Old 10-03-2021, 00:14
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,443 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by biotec2k8 View Post
compress works.

When decompressing with your RazorX, however, I get an error message that my HDD is full.

Is there a solution to that?
this error comes from FreeArc. but can I see the error message? (screenshot)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 10:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
FileForums @ https://fileforums.com