Faster Compressorizer (Reupload) (Beta)

SCREENSHOTS
Downloaded 1,033 times 65 Thanks 18 Favourited 4,254 Views
 Say Thanks!
Uploaded: 14th Sep 2023 at 12:16 PM
Updated: 31st May 2024 at 12:38 PM
Faster Compressorizer

Tool for compressing .package files.

This version of The Compressorizer contains a replacement for the dbpf-recompress.exe file, which is responsible for reading, writing, and compressing the files provided by the user.

It speeds up compression in two ways:
  • By making the compression a little weaker: The original code of The Compressorizer used a strong compression which came at the expense of significantly slowing the program down. Adjusting some constants in the code makes it run noticeably faster.
  • Parallel processing: This version compresses multiple parts of the package file at once by utilizing all of the cores of your CPU.

Source Code

Updates
[30-05-2024] Further speed improvements
[25-11-2023] Improved speed. The compressor will no longer waste time trying to compress files that were already compressed by the same tool in the past
[20-11-2023] Bug fixes

Credits
- benrg
- jfade
- LazyDuchess