diff --git a/content/log/2024/web-compression.md b/content/log/2024/web-compression.md index 4352559..60c521b 100644 --- a/content/log/2024/web-compression.md +++ b/content/log/2024/web-compression.md @@ -109,10 +109,10 @@ y.js 8519680 517.21% As we can see, `zstd -19` yielded 4% worse compression for this file than brotli. We should keep in mind that [brotli has web-specific tricks][4], giving -zstd somewhat an advantage with this corpus. +itself somewhat of an advantage over other compressors for this corpus. -Since `zstd -19` and `zstd -22` yield the same compression ratio, I will -exclude `zstd -22` from the tests. +Since `zstd -19` and `zstd -22` yield the same compression ratio, there is no +point going ultra, I will exclude `zstd -22` from the tests. Decompression Speed -------------------