Ticket #3906 (closed enhancement: fixed)
ZSTD support
Reported by: | kilobyte | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.21 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Here's support for the ZSTD compressor; it's a new compressing algorithm that's a lot faster than its competition while producing smaller files: on the speed:ratio envelope, it wins with all popular compressors starting from LZO to low levels of XZ.
Its file extension is .zst, tar also allows .tzst; I see that mc doesn't rely on tar supporting a file format thus it'll work regardless if you use an old tar that doesn't know ZSTD or a new version that does.
Attachments
Change History
comment:1 Changed 7 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.21
Thanks! Applied as
Branch: 3906_zstd
changeset:5eb9bd605e22c2f26a80df5d4b82869813337911
comment:2 Changed 7 years ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:3 Changed 7 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [b7ead57e0bd470117e901b8b8c8717337bb8ce26].
Note: See
TracTickets for help on using
tickets.