Y
Hacker News
new
|
ask
|
show
|
jobs
by
dchest
1352 days ago
brotli compresses it to 1047967 bytes. And you can serve it as-is with Content-Encoding: br, unlike zstd.
(zstd at --ultra -22 level: 1149751 bytes).
1 comments
miohtama
1352 days ago
Why is Brotli more efficient on Wasm files? I believe their built-in dictionary was tuned for HTML, CSS and JS content.
link
robryk
1352 days ago
I'd guess that the context model (based on last 1-2 bytes) can be used to separate opcodes and their parameters.
link