Question/Proposal: Zstd level 5-22 (a C lib supports) #1099
Replies: 2 comments 1 reply
-
4 fast and well-tested levels are plenty. Having 10 in deflate is vastly overkill since practically nobody uses anything between fastest/default/smallest. |
Beta Was this translation helpful? Give feedback.
-
I will maybe describe my XY problem: I'm trying to rewrite a code from Python to Go, and it's hard to check various steps and compare binary data. And as Go's iota/enum isn't equal to C lib levels, I don't know what would be the equivalent.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The C lib supports compression level up to 22
https://facebook.github.io/zstd/zstd_manual.html
Is it something that could be easily implemented? I'm not familiar with the Zstd algorithm os it might be multiple runs, or totally new approach.
Beta Was this translation helpful? Give feedback.
All reactions