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

Automatically use number of virtual CPUs as default for number of threads #1

Closed
torfmaster opened this issue Jan 2, 2022 · 3 comments
Labels

Comments

@torfmaster
Copy link
Owner

Currently, the number of CPU defaults to 1 if it is not provided. As compression profits significantly from multi-threading it would make sense to use the num_cpus crate to use a higher default for the number of CPUs.

@hemantku
Copy link

hemantku commented Mar 9, 2022

Hi @torfmaster I would be interested on working on this issue. I have done some fair bit of rust coding recently. Wondering if I can help out?

@torfmaster
Copy link
Owner Author

Ah, it has already closed through #15 but this hasn't been handled by github. If you want to you can take a look into #3, for example. It looks involved but the actually doing should be rather quick and easy.

@torfmaster
Copy link
Owner Author

Closed via #15

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

No branches or pull requests

2 participants