blob: 861f5480400ed5132652621a08167991771a58d3 (
plain)
1
2
3
4
5
6
|
Mark Adler, maintainer of popular zlib library has released a multicore
capable Parallel Implementation of GZip, nicknamed PIGZ. Version 1.5
implements nearly all of gzip's functionality, including decompression
of .gz and .Z (Unix compress) files.
WWW: http://www.zlib.net/pigz/
|