Skip to content
New issue

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

Multithreading #161

Open
swz-git opened this issue May 9, 2024 · 2 comments
Open

Multithreading #161

swz-git opened this issue May 9, 2024 · 2 comments

Comments

@swz-git
Copy link

swz-git commented May 9, 2024

The lz4 github page states that the algorithm is multithreadable. Is it possible to run lz4_flex on multiple cores?

@PSeitz
Copy link
Owner

PSeitz commented May 10, 2024

There's no multi-threading in this crate, but it would be generally possible.

@Elabajaba
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants