-
Notifications
You must be signed in to change notification settings - Fork 86
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
Compression is likely not working. #288
Comments
See #273 for a potential duplicate |
Yes looks like is a duplicate, thanks for pointing me to the other issue. After building hdf5-rust like this: // cargo.toml
the new data looks like this (please ignore the title in the plots as they are wrong (input data As a follow up questions, it seems that the number of threads argument isn't doing much. I'm setting it with
Is there something I'm missing in order to get this working? Thanks |
The blosc threads issue was mentioned in #231 |
Great, I'll not worry about it for now then and hope a fix turns up in time. Thanks for the help! |
You are very welcome to make a PR exposing |
I've been playing around with the compression algorithms in hdf5 and observed that the Blosc compression algorithms basically do nothing. I suspect this is a bug on your end (though also possible on my end)
Here's my evaluation, hope it helps =]
The text was updated successfully, but these errors were encountered: