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

zstd-compress archives #718

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

Mark-Simulacrum
Copy link
Member

Archives are smaller, faster to compress, and faster to decompress. Installing zstd is pretty easy on most platforms as well, on my couple systems the default system tar is able to read .tar.zst files just fine too.

It's a win for the duration of the compression though; zstd compressing the all.tar tarball takes ~12 seconds locally vs. 2 minutes with gzip (at default settings), and zstd produces a ~500MB smaller compressed result (1.2 GB -> 705MB).

@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Dec 22, 2023

📌 Commit 48d50f0 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Dec 22, 2023

⌛ Testing commit 48d50f0 with merge 2474dbf...

bors added a commit that referenced this pull request Dec 22, 2023
…acrum

zstd-compress archives

Archives are smaller, faster to compress, and faster to decompress. Installing zstd is pretty easy on most platforms as well, on my couple systems the default system tar is able to read .tar.zst files just fine too.

It's a win for the duration of the compression though; zstd compressing the all.tar tarball takes ~12 seconds locally vs. 2 minutes with gzip (at default settings), and zstd produces a ~500MB smaller compressed result (1.2 GB -> 705MB).
@bors
Copy link
Collaborator

bors commented Dec 22, 2023

💔 Test failed - checks-actions

Archives are smaller, faster to compress, and faster to decompress.
Installing zstd is pretty easy on most platforms as well.
@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Dec 22, 2023

📌 Commit f773968 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Dec 22, 2023

⌛ Testing commit f773968 with merge 4dbd62a...

@bors
Copy link
Collaborator

bors commented Dec 22, 2023

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 4dbd62a to master...

@bors bors merged commit 4dbd62a into rust-lang:master Dec 22, 2023
3 checks passed
@Mark-Simulacrum Mark-Simulacrum deleted the shrink-html-report branch December 22, 2023 14:26
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.

None yet

2 participants