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

Drop blosc #5269

Closed
mrocklin opened this issue Aug 26, 2021 · 5 comments · Fixed by #6027
Closed

Drop blosc #5269

mrocklin opened this issue Aug 26, 2021 · 5 comments · Fixed by #6027

Comments

@mrocklin
Copy link
Member

Blosc is somewhat faster than lz4, but not hugely so. It also creates more than its fair share of version mismatch issues. I suspect that more people would be happy than sad if we dropped the use of blosc by default.

Thoughts?

@jrbourbeau
Copy link
Member

Based on you comment I think I know, but just to double-check, lz4 isn't prone to the same types of version mismatch issues?

cc @jakirkham who may have thoughts on this topic

@mrocklin
Copy link
Member Author

mrocklin commented Aug 26, 2021 via email

@jakirkham
Copy link
Member

What's the motivation for dropping? What are the issues? We've had this for a long time and don't recall any notable issues. Kind of seems out-of-the-blue

@mrocklin
Copy link
Member Author

mrocklin commented Aug 26, 2021 via email

@jakirkham
Copy link
Member

Blosc is already something we use with Zarr (currently vendored) and may start using as an independent package ( zarr-developers/numcodecs#262 ). At which point users will have Blosc installed if they use Zarr.

The novel features of Blosc is doing partial chunk reads and type aware compression. This may or may not be relevant to us depending on how we handle the different memory issues we are currently trying to address in communication/serialization/spilling.

That said, can appreciate the desire to lighten dependencies. Also on GPUs we will need something different anyways. Maybe an alternate path forward would be to allow compression to be configureable in a compression agnostic way by outside users. We are close to that now, but not quite.

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 a pull request may close this issue.

3 participants