When can we bring this to the web? Zstd aka RFC8478[1] is so good. That it can continue to improve at all feels almost unbelievable, but @Cyan4973 &al continue to make it faster, somehow.<p>Especially on mobile, with large assets, I feel like zstd's lightning fast decompression time could be a huge win. It used to be that Brotli was the obvious choice for achieving high compression, but it doesn't feel so clear to me now. Here's one random run-off between the two[2].<p>The other obvious use case is if there is large-ish dynamic-ish data, where the cost of doing Brotli compression each time might be too high.<p>[1] <a href="https://datatracker.ietf.org/doc/html/rfc8478" rel="nofollow">https://datatracker.ietf.org/doc/html/rfc8478</a><p>[2] <a href="https://peazip.github.io/fast-compression-benchmark-brotli-zstandard.html" rel="nofollow">https://peazip.github.io/fast-compression-benchmark-brotli-z...</a>