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

Support zstd compression #109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on May 4, 2021

  1. Support zstd compression

    Add initial support for compressing tarballs with zstd compression. This
    provides comparable or in some cases better compression, while
    substantially improving decompression performance.
    
    This doesn't change any of the defaults (which still use gz and xz),
    just introduces initial off-by-default support for zst to allow us to
    experiment.
    joshtriplett committed May 4, 2021
    Configuration menu
    Copy the full SHA
    23c08d2 View commit details
    Browse the repository at this point in the history
  2. Add a test for zst

    joshtriplett committed May 4, 2021
    Configuration menu
    Copy the full SHA
    9a829d9 View commit details
    Browse the repository at this point in the history