Skip to content

Use 7zip if available to create zip files#1277

Open
jo-oe wants to merge 2 commits into
Arch666Angel:devfrom
jo-oe:7zip
Open

Use 7zip if available to create zip files#1277
jo-oe wants to merge 2 commits into
Arch666Angel:devfrom
jo-oe:7zip

Conversation

@jo-oe
Copy link
Copy Markdown

@jo-oe jo-oe commented Apr 5, 2026

I have added the option to use 7zip if installed to the (bash) build script. This improves zip creation performance on a multicore machine, for me it is about 3x. The size difference of the resulting files is marginal.
-- with 7zip --
real 0m6,292s
user 0m22,831s
sys 0m3,988s
total size of zip files: 779596k

-- with zip --
real 0m18,029s
user 0m14,783s
sys 0m2,621s
total size of zip files: 778792k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants