5 ms·
Finally. I hope we get zstd into the Go standard library. It feels kind of strange that we have to fetch a third-party library for that.
by tutfbhuf 2y ago
Finally. I hope we get zstd into the Go standard library. It feels kind of strange that we have to fetch a third-party library for that.
- roywashere 2y agoI just contributed zstd decoding to httpx, my favourite python http library!
- fl0ki 2y agoOnly if it's backed by security-reviewed and fuzzed asm. Go's gzip implementation is slow enough that klauspost is worth importing, following that pattern, I would probably still use klauspost's zstd even if Go had a slow reference implementation in the standard library. What I'm really hoping for is something as seamless as gzhttp but for zstd. https://github.com/klauspost/compress/tree/master/gzhttp https://github.com/klauspost/compress/tree/master/gzhttp