[ ソース: golang-github-klauspost-pgzip ]
パッケージ: golang-github-klauspost-pgzip-dev (1.2.5-1)
golang-github-klauspost-pgzip-dev に関するリンク
Debian の資源:
golang-github-klauspost-pgzip ソースパッケージをダウンロード:
- [golang-github-klauspost-pgzip_1.2.5-1.dsc]
- [golang-github-klauspost-pgzip_1.2.5.orig.tar.gz]
- [golang-github-klauspost-pgzip_1.2.5-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ, メールアーカイブ)
- Shengjing Zhu (QA ページ)
- Tim Potter (QA ページ)
- Dmitry Smirnov (QA ページ)
外部の資源:
- ホームページ [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 (>= 1.1)
- optimized compression packages