We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't see any way of specifying the compression level in the encoder?
Another rust library allows specifying this as the level config
// 0 == default (fast mode); values above 16 count as 16; values below 0 count as 0 level: u32,
How can I specify this in lz4_flex?
lz4_flex
The text was updated successfully, but these errors were encountered:
Compression level woud be via hc mode, which is not implemented currently. hc mode would be much slower though
#21
Sorry, something went wrong.
No branches or pull requests
I don't see any way of specifying the compression level in the encoder?
Another rust library allows specifying this as the level config
How can I specify this in
lz4_flex
?The text was updated successfully, but these errors were encountered: