using zstd multi-threaded with tar in linux
Introduction
when it comes to compressing files zstd gives a high compression ratio and faster decompression speeds. In my experience packing Linux tarballs, and backing my old codebase to archive, zstd gave me by far the best compression ratio.
zstd...
zman.hashnode.dev2 min read
AYON KARMAKAR
software developer
Your compression examples are gold. Achieving a 72% ratio for the entire Linux filesystem is π₯!