This program determines whether you can use a zlib precompressor like precomp on certain input or not and gives estimates about the inflated data size, how many streams found etc.
Estimated scanning speeds:
Code:
Input: (Mathematica_9_Setup.exe) (1,210,695,064 bytes)
Normal: 33780.55 kb/s (no streams found)
Brute: 1651.28 kb/s (no streams found)
Input: (linuxmint-17.3-xfce-64bit.iso) (1,555,709,952 bytes)
Normal: 24504 kb/s (34543 streams found)
Brute: 16513.57 kb/s (34793 streams found)
Changelog:
Code:
Version 2.2 (Current)
-Improved normal scanning speed by 13%
-Improved brute scanning speed by 8%
Version 2.1
-Improved brute scanning speed by 9 times
-Fixed regional settings bug
Version 2.0
-Added brute scanning
-Added select directory as input instead of single file.
Version 1.0 (Initial)