[ ソース: 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