Hacker News new | ask | show | jobs
by jjluoma 1293 days ago
I would try to use zstd for compression before exploring other options. It is much faster than gzip.
1 comments

zstd still doesn't support seekable compressed disk images, the main advantage that xz has: https://github.com/facebook/zstd/issues/395#issuecomment-535...