Closed flx42 closed 6 years ago
The main difference you will see is that decompression is done ahead of time, so the effect is that data will be decompressed while you are doing other processing. The decoder itself is the same (and the Go 1.11 are merged and available for all Go 1.9+ versions)
Thanks!
On go 1.11 beta2, I'm seeing the same performance from stdlib and pgzip for decompression, so it would be useful to know when your benchmarks were done.