码迷,mamicode.com
首页 > 其他好文 > 详细

替代gzip的快速压缩方法

时间:2019-02-11 00:56:17      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:func   code   lease   data   hat   href   net   快速   get   

快速压缩工具pigz

近期为了优化构建产物的压缩速率,从tar -zcvf替换到了pigz。
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigzwas written by Mark Adler, and uses the zlib and pthread libraries. To compile and use pigz, please read the README file in the source code distribution. You can read the pigz manual page here
可见pigz实现了并行化的gzip,获得几十倍的速率提升。
同时兼容gzip解压,对用户完全透明。已在生产环境中直接上,没有任何问题。
 

替代gzip的快速压缩方法

标签:func   code   lease   data   hat   href   net   快速   get   

原文地址:https://www.cnblogs.com/luliAngel/p/10360645.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!