|
|
|
#1
|
||||
|
||||
|
I talked to you about preflate quite some time ago
![]() glad to see you have made something out of it, will be returning to testing as soon as i am back home!! have produced several videos on youtube on advanced compression past weeks.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
talking to me about it isn't the same as implementing it
![]() @everyone here's the xtool with reflate support. I'll once again explain what's the difference. There are 3 deflate precompressors in xtool: zlib, reflate and preflate. The old xtool/ztool/pzlib all had zlib+reflate but they had so many errors so I added preflate as an alternative if you have issues when you use reflate. There are other things to this of course. I added all 3 because sometimes one has an advantage such as speed or better size output. Which is up to you to pick. reflate cannot be used at the same time as preflate or the other way round. but zlib can be used with reflate or preflate (pick one) like this -mzlib+reflate or -mzlib+preflate here are my results on games that use the "normal" deflate configuration using -mzlib: Code:
Compressed 1 file, 1,138,892,800 => 2,611,771,763 bytes. Ratio 229.33% Compression time: cpu 1.34 sec/real 55.54 sec = 2%. Speed 20.51 mB/s Code:
Compressed 1 file, 1,138,892,800 => 2,613,343,052 bytes. Ratio 229.46% Compression time: cpu 1.28 sec/real 86.86 sec = 1%. Speed 13.11 mB/s Code:
Compressed 1 file, 1,138,892,800 => 2,613,650,264 bytes. Ratio 229.49% Compression time: cpu 1.34 sec/real 90.68 sec = 1%. Speed 12.56 mB/s |
|
#3
|
||||
|
||||
|
Quote:
it would be nice if you could update the "Game File Scanner" with the new xtool.
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Harsh ojha (23-07-2020) | ||
|
#4
|
||||
|
||||
|
Quote:
![]() try with reflate |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
shazzla (23-07-2020) | ||
|
#5
|
||||
|
||||
|
#6
|
|||
|
|||
|
-mreflate
Quote:
Quote:
Last edited by dixen; 23-07-2020 at 12:42. |
| The Following User Says Thank You to dixen For This Useful Post: | ||
Razor12911 (23-07-2020) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|