TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome feature: Compression dictionary transport with Shared Brotli

58 pointsby judiisisover 1 year ago

5 comments

jacobgormover 1 year ago
I never really understood with Google keeps pushing Brotli. LZ4 and ZStd both predate it by a couple of years, and seem to offer superior performance overall. Is it a Google-NIH thing?
评论 #37610255 未加载
评论 #37610218 未加载
评论 #37610197 未加载
评论 #37612304 未加载
评论 #37612929 未加载
评论 #37610171 未加载
Scaevolusover 1 year ago
They already had a very similar feature. _15 years ago_ with SDCH that got removed in 2018-- <a href="https:&#x2F;&#x2F;chromestatus.com&#x2F;feature&#x2F;5763176272494592" rel="nofollow noreferrer">https:&#x2F;&#x2F;chromestatus.com&#x2F;feature&#x2F;5763176272494592</a> <a href="https:&#x2F;&#x2F;daniel.haxx.se&#x2F;blog&#x2F;2008&#x2F;09&#x2F;09&#x2F;shared-dictionary-compression-over-http&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;daniel.haxx.se&#x2F;blog&#x2F;2008&#x2F;09&#x2F;09&#x2F;shared-dictionary-com...</a><p>Presumably they have some reason to think that this will be useful now when it wasn&#x27;t before?
评论 #37615705 未加载
tyingqover 1 year ago
Makes me wonder if rsync-style differential download would be more generally useful than &quot;shared dictionary for shared brotli&quot;. The implementation is letting you reference a previously downloaded artifact using a hash value, which is the same starting point.
评论 #37610678 未加载
评论 #37610845 未加载
评论 #37618022 未加载
tyingqover 1 year ago
Interesting two comment snippet from HN in 2018 about this: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18720554">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18720554</a>
raszover 1 year ago
&gt;The client will store a hash of the uncompressed response<p>&gt;client will add ...request header as well as a sec-available-dictionary: &lt;SHA-256&gt;<p>loving it, another thing to track clients with
评论 #37612125 未加载
评论 #37616022 未加载