-
-
Notifications
You must be signed in to change notification settings - Fork 732
Overriding blosc threads #1054
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
Comments
An entry in the config file sounds good to me. def f(nthreads, dask_worker=None):
import blosc
blosc.set_nthreads(nthreads)
client.run(f, 4) |
So now that the config is revamped, how might one go about moving this parameter into the config? |
Replace this line in distributed/protocol/compression.py:
With something like this?
And then add a suitable entry to |
What about adding it to the |
Yes, I think that that's a good idea |
Closing as Blosc was dropped ( #6027 ) |
Would be nice to expose to the user a way to set the number of threads to use with blosc. Suggested options would be a config file setting and some Python API to do this. Both would be great.
xref: #606 (review)
The text was updated successfully, but these errors were encountered: