You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
liblzma offers filters that improve compression of executables by about 10%. The result should be similar to using the filter stage of paq8px first and compressing the result:
Operation
resulting file size in bytes
Original file: precomp045.exe
1,383,936 bytes
Compressed using Precomp 0.4.6
389,668 bytes
paq8px -0 + Precomp 0.4.6
352,805 bytes
The text was updated successfully, but these errors were encountered:
- See issue #75
- Filter maximum is 4, so up to 3 filters + LZMA2 can be used
- X86+PPC+ARM could be a good default
- TODO: Command line parameter so set or disable filters
- Changed VS settings, so unfortunately there are some tab/space changes in here, too.
liblzma offers filters that improve compression of executables by about 10%. The result should be similar to using the filter stage of paq8px first and compressing the result:
The text was updated successfully, but these errors were encountered: