mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-08-27 06:11:15 -04:00
[GH-ISSUE #9] Request: Support Modern Archive Formats (zstd, tar, 7z) for Improved Compression and Speed #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NetworkWoozle on GitHub (Sep 8, 2025).
Original GitHub issue: https://github.com/Drop-OSS/droplet/issues/9
Currently, Drop only supports basic ZIP archives, which have significant limitations in both compression efficiency and extraction speed. Adding support for formats such as tar.zst (tar with Zstandard), 7z, or ZIP with zstd compression would save storage and bandwidth, and greatly improve both compression and extraction performance for large datasets.
@DecDuck commented on GitHub (Sep 16, 2025):
Yep, we're planning to migrate to 7z on the backend to handle all of this for us. This would actually be implemented in https://github.com/Drop-OSS/droplet, so could you check if this issue already exists there, and if it doesn't, create one?
(I'm on mobile rn so I can't move this issue, sorry)
Request: Support Modern Archive Formats (zstd, tar, 7z) for Improved Compression and Speedto [GH-ISSUE #9] Request: Support Modern Archive Formats (zstd, tar, 7z) for Improved Compression and Speed