|
#11
|
||||
|
||||
|
Quote:
You might say that mzlib is therefore useless, actually it still has its uses. mzlib is faster than both reflate and preflate because of its simple implementation and incurring no overhead furthermore mzlib produces better results because there is no additional header information file produced hence why I've preached several times to mix both zlib with reflate or preflate, if zlib fails to process the stream it just passes the stream to reflate/preflate for it to process it. mzlib: Compressed 1 file, 86,347,072 => 444,743,922 bytes. Ratio 515.07% Compression time: cpu 0.16 sec/real 13.37 sec = 1%. Speed 6.46 mB/s mreflate,l9: Compressed 1 file, 86,347,072 => 445,179,589 bytes. Ratio 515.57% Compression time: cpu 0.14 sec/real 14.33 sec = 1%. Speed 6.03 mB/s mpreflate: Compressed 1 file, 86,347,072 => 366,023,129 bytes. Ratio 423.90% Compression time: cpu 0.14 sec/real 10.25 sec = 1%. Speed 8.42 mB/s mzlib+reflate,l9: Compressed 1 file, 86,347,072 => 444,941,384 bytes. Ratio 515.29% Compression time: cpu 0.06 sec/real 11.74 sec = 1%. Speed 7.35 mB/s mzlib+preflate: Compressed 1 file, 86,347,072 => 444,744,743 bytes. Ratio 515.07% Compression time: cpu 0.11 sec/real 11.23 sec = 1%. Speed 7.69 mB/s As you can see, zlib perform faster when alone but better when you hook it up with reflate/preflate and preflate fails to process some streams. I've given people options, all up to them how they use xtool. ![]() Quote:
Code:
[0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 17101) using l1 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 16535) using l2 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 16351) using l3 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15784) using l4 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15711) using l5 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15493) using l6 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15462) using l7 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15462) using l8 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15444) using l9 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15442) using l10 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15438) using l11 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15437) using l12 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 15428) using l13 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14817) using l14 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14733) using l15 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14689) using l16 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l17 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l18 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l19 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l20 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l21 has failed [0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l22 has failed Code:
[0] Processing zstd stream at 0000000000000000 (14692 >> 48079 >> 14688) using l19 has failed [0] - Patched stream at 0000000000000000 (14692 >> 14688) [28] successfully Code:
Compressed 1 file, 14,692 => 48,239 bytes. Ratio 328.34% Compression time: cpu 0.00 sec/real 0.55 sec = 0%. Speed 0.03 mB/s Last edited by Razor12911; 16-03-2022 at 21:24. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 06:26 |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |