-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Expose compression control for Pex zipping operations. #1686
Labels
Comments
For a modest sized PEX the gain is modest, ~25% speed improvement creating the PEX zip, ~no runtime perf impact and ~350% size increase:
|
jsirois
added a commit
to jsirois/pex
that referenced
this issue
Apr 4, 2022
jsirois
added a commit
that referenced
this issue
Apr 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The experiments here and here in #1675 prove out that the zip compression level provides a significant swing in tradeoffs. It's probably worth exposing this to let users decide where they want to land in the tradeoff spectrum.
The text was updated successfully, but these errors were encountered: