View Single Post
  #32  
Old 21-07-2019, 15:29
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Hi Razor12911
Code:
v: skip verification
This option works for oodle, crilayla, lzo.
Please do not delete this option in the new version.
The option will be there

Quote:
Originally Posted by dixen View Post
oodle detect, for example
I remember including an oodle scanner, but fine I'll think of something for the scanner.

Quote:
Originally Posted by KaktoR View Post
This is great.
how about this?

Quote:
There will be a new feature in xtool called history data, what it does is simply store processed stream information and be able to recall it at the later stage.

If you are wondering how this helps, well there are certain games made by lazy developers who repeat game resources instead of just reusing them, resulting in bigger game size for no absolute reason, apart from that, if they are compressed streams it means that xtool will have to process the same stream over and over again, storing history data allows it to prevent the same stream from being reprocessed instead, it will just look at the history and find out how the previous copy was processed then automatically assume it's the same stream and then apply the same settings, resulting in more speed.

I ran a test on a file I repeated on purpose and these were the results.

old xtool took 196.671 seconds and used 335MB ram
new xtool took 154.174 seconds and used 319MB ram
new xtool with history feature took 72.223 seconds and used 439MB ram

the cost of the feature depends on how much history you want to be stored but with default settings, it should use an additonal 192mb ram usage than without, you can always disable it or order it to store more history, depends on how much memory you have to spare.
Note:
In a practical situation, you can shave off a few seconds but then again, depends on the input

Last edited by Razor12911; 21-07-2019 at 15:35.
Reply With Quote
The Following 10 Users Say Thank You to Razor12911 For This Useful Post:
78372 (23-07-2019), Andu21 (22-07-2019), Carldric Clement (25-07-2019), ffmla (22-07-2019), Harsh ojha (22-07-2019), KaktoR (21-07-2019), PsYcHo_RaGE (22-07-2019), ShivShubh (24-11-2019), shiyamrrc (23-07-2019), Simorq (22-07-2019)