Pakket: golang-github-klauspost-pgzip-dev (1.2.6-1)
Verwijzigingen voor golang-github-klauspost-pgzip-dev
Debian bronnen:
Het bronpakket golang-github-klauspost-pgzip downloaden:
- [golang-github-klauspost-pgzip_1.2.6-1.dsc]
- [golang-github-klauspost-pgzip_1.2.6.orig.tar.gz]
- [golang-github-klauspost-pgzip_1.2.6-1.debian.tar.xz]
Beheerders:
- Debian Go Packaging Team (QA-pagina)
- Shengjing Zhu (QA-pagina)
- Tim Potter (QA-pagina)
- Dmitry Smirnov (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan golang-github-klauspost-pgzip-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages