We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm just curious why the io is using pipes for e.g. lz4 files instead of using the python package lz4. Curious to learn more. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! We use piping because it's a general solution that doesn't rely on specific libraries. Is there any advantage to using Python libraries instead?
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm just curious why the io is using pipes for e.g. lz4 files instead of using the python package lz4. Curious to learn more. Thanks!
The text was updated successfully, but these errors were encountered: