-
-
Notifications
You must be signed in to change notification settings - Fork 2
optimize compression settings for 7z and ZIP formats #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍(Compliance updated until commit 3ab2a8e)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 3ab2a8e
|
|||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Improves build time by approximately 10%
PR Type
Enhancement
Description
Optimizes 7z compression with LZMA2 algorithm and increased dictionary size
Enhances ZIP compression with Deflate algorithm and multi-threading support
Adds diagnostic echo messages for compression format tracking
Reorders ZIP compression arguments for consistency and clarity
Diagram Walkthrough
File Walkthrough
build-commons.xml
Enhanced compression algorithms and multi-threading configurationbuild/build-commons.xml
-mmt6to-mmtand added-md=256m,-ms=on,-mfb=273for enhanced compression ratio-tzip,-mx9,-mmtarguments andreordered parameters for consistency
readability