|
|
|
|
|
by rektide
1867 days ago
|
|
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. 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]. 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. [1] https://datatracker.ietf.org/doc/html/rfc8478 [2] https://peazip.github.io/fast-compression-benchmark-brotli-z... |
|