-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When copying an uncompressed image, we lightly compress the image on the fly with zstd on transfer. By that, subsequent zeros (holes) are automatically collapsed and not transferred, which can give a huge speedup on uncompressed images. Another advantage is, that zstandard can be decompressed with a very low overhead (e.g. compared to gz or xz) and is better suited for low-memory devices. closes: #20 Signed-off-by: Felix Moessbauer <[email protected]>
- Loading branch information
1 parent
af3e770
commit 5d41c9e
Showing
1 changed file
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters