Live data from Hacker News

Zstandard RFC 8878

datatracker.ietf.org

1–10 of 45 posts

Re: Zstandard RFC 8878

#7

Is there a reason zstd isn’t popular for HTTP and only brotli and gzip see adoption?

Because Facebook doesn't have a browser.

(But seriously, Mozilla engineers have warned the Chrome team that they are too rush with the inclusion of Brotli, since that compression wars are heating up. They still proceeded though, which is unsurprising.)

Re: Zstandard RFC 8878

#8

Is there a reason zstd isn’t popular for HTTP and only brotli and gzip see adoption?

Brotli was arguably designed specifically for the web, because it was originally used in the WOFF2 font format and also had a large amount of preset dictionary collected from the web (including HTML, CSS and JS fragments). Zstandard had no such consideration, and while it could be as efficient as Brotli with a correct dictionary it does have a less merit compared to Brotli in the web context.

Re: Zstandard RFC 8878

#9

Is there a reason zstd isn’t popular for HTTP and only brotli and gzip see adoption?

Brotli has some pretty wild optimizations for web content, including a gigantic (~120 KB) predefined dictionary packed full of sequences commonly used in HTML/JS/CSS content. This gives it a huge advantage on small text files.
Post reply on HN