[PR #4704] [MERGED] Switch registry cache compression algorithm to zstd #7117

Closed
opened 2026-03-07 21:11:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4704
Author: @dfunkt
Created: 7/4/2024
Status: Merged
Merged: 7/8/2024
Merged by: @dani-garcia

Base: mainHead: switch-compression-algorithm


📝 Commits (1)

  • dc82036 Switch registry cache compression algorithm to zstd

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

  • faster builds than with gzip (the default)

Quick comparison I did (vaultwarden built for 3 platforms: linux/amd64, linux/amd64/v3 and linux/arm64):
gzip
• No cache: 22m 7s
• Cached: 11m 20s

zstd:
• No cache: 19m 36s
• Cached: 10m 48s


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4704 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `switch-compression-algorithm` --- ### 📝 Commits (1) - [`dc82036`](https://github.com/dani-garcia/vaultwarden/commit/dc820368dcc166425c532ed717d22c783a9cdc2f) Switch registry cache compression algorithm to zstd ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description - faster builds than with gzip (the default) Quick comparison I did (vaultwarden built for 3 platforms: linux/amd64, linux/amd64/v3 and linux/arm64): gzip • No cache: 22m 7s • Cached: 11m 20s zstd: • No cache: 19m 36s • Cached: 10m 48s --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:11:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7117