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
The lz4 github page states that the algorithm is multithreadable. Is it possible to run lz4_flex on multiple cores?
The text was updated successfully, but these errors were encountered:
There's no multi-threading in this crate, but it would be generally possible.
Sorry, something went wrong.
LZ4 1.10 is out now with multithreaded compression, which gives some nice speedups at higher compression levels.
Here's the PR that added multithreading lz4/lz4#1336
No branches or pull requests
The lz4 github page states that the algorithm is multithreadable. Is it possible to run lz4_flex on multiple cores?
The text was updated successfully, but these errors were encountered: