[ Bron: golang-github-klauspost-pgzip ]
Pakket: golang-github-klauspost-pgzip-dev (1.1-1)
Verwijzigingen voor golang-github-klauspost-pgzip-dev
Debian bronnen:
Het bronpakket golang-github-klauspost-pgzip downloaden:
- [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]
Beheerders:
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
-
- dep: golang-github-klauspost-crc32-dev
- CRC32 hash with x64 optimizations