Gzip 格式和 DEFLATE 压缩算法
介绍广泛使用的无损压缩算法 DEFLATE 的工作原理及 gzip 压缩格式,常用于 tar.gz 文件。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
https://luyuhuang.github.io/2020/04/28/gzip-and-deflate.html我们经常使用的 tar.gz 格式中的 "gz" 指的就是 gzip 压缩格式, 使用 DEFLATE 算法得到. 本文介绍使用最广泛的无损压缩算法 DEFLATE 算法的工作原理以及 gzip 格式.