klauspost / pgzip

Go parallel gzip (de)compression
MIT License
1.12k stars 77 forks source link

How does it compare to pigz? #36

Closed souvikhaldar closed 4 years ago

souvikhaldar commented 4 years ago

Is there a performance benchmark for compression and decompression between pgzip and pigz since both claim to be parallel?

klauspost commented 4 years ago

No. If there is no Go library of it. You are welcome to test - https://github.com/mholt/archiver contains a commandline version of pgzip.