Hacker News new | ask | show | jobs
by dgl 728 days ago
I wonder what compression gains, are you serving the gziped version directly based on Accept-Encoding headers to avoid a decompression and compression? If not it would be possible to just use Store[1] to use the zip as a container format but not a compression format.

[1]: https://pkg.go.dev/archive/zip#Store