add new package: pigz for parallel gzip compression #6785
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pr add a new cmd tool
pigz, for parallel gzip compression. And I add this tool tospk/synocli-filebecause it seems more like a file tool.Nowadays, most Synology NAS have multi-core processor (like j4125, v1500b...). When using tar gz, we can add pigz to perform parallel compression to improve speed.
Btw, this is my first attempt at packaging, please help me fix the bugs I don't know that I've created yet, much thanks~
Checklist
all-supportedcompleted successfullyType of change