How to Install golang-github-klauspost-pgzip-dev in Ubuntu 18.04



Install golang-github-klauspost-pgzip-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-klauspost-pgzip-dev

Description:

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.

Homepage: https://github.com/klauspost/pgzip

Version: 1.1-1

Section: universe/devel