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

Add multithreaded compression #42

Merged
merged 2 commits into from
Sep 30, 2023
Merged

Add multithreaded compression #42

merged 2 commits into from
Sep 30, 2023

Conversation

mhluska
Copy link
Contributor

@mhluska mhluska commented Sep 5, 2023

Simple change to enable multi-threaded compression.

@b-inary b-inary merged commit 6816dfd into b-inary:main Sep 30, 2023
1 check failed
@b-inary
Copy link
Owner

b-inary commented Sep 30, 2023

Merged, but I also modified the code so that multithreaded encoding is only enabled with the rayon feature and uses rayon::current_num_threads() as the number of workers (ff7a40a).

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

Successfully merging this pull request may close these issues.

2 participants