[ 源代码: golang-github-klauspost-pgzip ]
软件包:golang-github-klauspost-pgzip-dev(1.1-1)
golang-github-klauspost-pgzip-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-klauspost-pgzip:
- [golang-github-klauspost-pgzip_1.1-1.dsc]
- [golang-github-klauspost-pgzip_1.1.orig.tar.gz]
- [golang-github-klauspost-pgzip_1.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
parallel gzip (de)compression library for Go
pgzip is a parallel compression/decompression library for Google Go which is a compatible drop-in for "compress/gzip". It splits compression into blocks that are processed in parallel. The output is a standard gzip file. The standard Go decompression of modified so it decompresses ahead of the current reader. The library is useful especially if large amounts of data (>1MB) are being processed.
其他与 golang-github-klauspost-pgzip-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages
-
- dep: golang-github-klauspost-crc32-dev
- CRC32 hash with x64 optimizations