From b47db8921a4e28f8db554829353c174bcaf22652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 7 Aug 2024 15:05:22 +0300 Subject: [PATCH] compress: clarify --- content/log/2024/web-compression.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -------------------