Skip to content
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

[7.1.0] Add an option to set a minimum size threshold for zstd blob compression. #21124

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 29, 2024

  1. Add an option to set a minimum size threshold for zstd blob compression.

    As discussed in bazelbuild#18997, compression causes performance degradation for small blobs. The flag defaults to zero (always compress) for backwards compatibility, but the discussion suggests that 100 might be an appropriate value to set it to.
    
    Fixes bazelbuild#18997.
    
    PiperOrigin-RevId: 602353295
    Change-Id: Ie9ef8c10e221e9190d3c5cb5f267fcf35a63fd3b
    tjgq authored and bazel-io committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    32deef7 View commit details
    Browse the repository at this point in the history