1
Fork 0

compress: clarify

This commit is contained in:
Motiejus Jakštys 2024-08-07 15:05:22 +03:00
parent 8f59b09259
commit b47db8921a
1 changed files with 3 additions and 3 deletions

View File

@ -109,10 +109,10 @@ y.js 8519680 517.21%
As we can see, `zstd -19` yielded 4% worse compression for this file than 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 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 Since `zstd -19` and `zstd -22` yield the same compression ratio, there is no
exclude `zstd -22` from the tests. point going ultra, I will exclude `zstd -22` from the tests.
Decompression Speed Decompression Speed
------------------- -------------------