Zstandard RFC 8878
datatracker.ietf.org
Zstandard RFC 8878
1–10 of 45 posts
Re: Zstandard RFC 8878
#2As someone on the Zstd team, I'm always happy to see it on HN! I'm curious though what motivates the submission?
Re: Zstandard RFC 8878
#3Does this mean the Zstd magic number is now cast in stone?
Re: Zstandard RFC 8878
#4Does this mean the Zstd magic number is now cast in stone?
It's an Informational RFC, not a Standards Track RFC (https://en.wikipedia.org/wiki/Request_for_Comments#Status). That said, I think the magic number is pretty firmly established.
Re: Zstandard RFC 8878
#5Is there a reason zstd isn’t popular for HTTP and only brotli and gzip see adoption?
Re: Zstandard RFC 8878
#6Is there a reason zstd isn’t popular for HTTP and only brotli and gzip see adoption?
I assume it's because it's very new? That would seem like an obvious explanation.
Re: Zstandard RFC 8878
#7Is 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
#8Is 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
#9Is 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.
Re: Zstandard RFC 8878
#10Does this mean the Zstd magic number is now cast in stone?
Can you shed some light on why this might be something of concern?