Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1) 我已经看到使用 zopfli 的 gzip 压缩率有所提高。然而,再次似乎限制在大约 5%。有没有什么机制可以进一步提高压缩比。是否有任何配置参数可以更改 zopfli 以提高压缩比
是的。
gzip 不使用 zopfli,因此您可能正在使用pigz或其他东西。pigz 提供了更改 zopfli 调整参数的选项,您可以使用这些选项来改进特定数据的压缩。查看 pigz 的--iterations、--maxsplits、--oneblock和--first选项。
--iterations
--maxsplits
--oneblock
--first