-
Notifications
You must be signed in to change notification settings - Fork 16
FR: Support for LZ4? #163
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
Thanks for the kind words! My first thought is that adding LZ4 sounds reasonable. Are you interested in submitting a PR? A couple of thoughts in random order:
@rhpvorderman What do you think? |
this is another vote for lz4. by the way python-lz4 latest release is from jan-2025 |
Ah, great to hear it’s maintained. I’d be happy to have lz4 support, but don’t have time myself to work on this at the moment. So the answer at the moment is: PRs welcome! |
Yes, I am also in favour of adding LZ4. The python package not being ideal is not that bad as long as the conda package are good in terms of size. Those affect biocontainer sizes. 1.3MB is doable on most internet connections. |
First of all thank you for such an excellent library which provides our engineering community with simple, transparent, performant, and pythonic library to handle all kinds of compressed and uncompressed files. It reduces the complexity by 10x of handling all these formats.
We've recently been deploying LZ4, especially since the latest release 1.10.0 supports multi-threaded compression and decompression
Unfortunately https://github.com/python-lz4/python-lz4 development seems to have ceased.
Is there any possibility for adding python-zstandard style library? or support for invoking "lz4" CLI for now?
The text was updated successfully, but these errors were encountered: