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 support #3906

Closed
mc-butler opened this issue Mar 18, 2018 · 5 comments
Closed

ZSTD support #3906

mc-butler opened this issue Mar 18, 2018 · 5 comments
Assignees
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3906
Reporter kilobyte (@kilobyte)

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.

Note

Original attachments:

@mc-butler
Copy link
Author

Changed by kilobyte (@kilobyte) on Mar 18, 2018 at 17:59 UTC

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 19, 2018 at 12:00 UTC (comment 1)

  • Branch state changed from no branch to on review
  • Milestone changed from Future Releases to 4.8.21
  • Status changed from new to accepted
  • Owner set to andrew_b

Thanks! Applied as

Branch: 3906_zstd
[5eb9bd6]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 27, 2018 at 5:02 UTC (comment 2)

  • Votes set to andrew_b
  • Branch state changed from on review to approved

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 27, 2018 at 5:07 UTC (comment 3)

  • Status changed from accepted to testing
  • Resolution set to fixed
  • Branch state changed from approved to merged
  • Votes changed from andrew_b to committed-master

Merged to master: [b7ead57].

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 27, 2018 at 5:09 UTC (comment 4)

  • Status changed from testing to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress
Development

No branches or pull requests

2 participants