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

incremental gzip uncompress #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chancyk
Copy link

@chancyk chancyk commented Oct 16, 2024

I needed to incrementally decompress very large (~100GB) gzipped JSON files. This is working for me and seems to only be about 20% slower than the one-shot version for large files, but 6x slower for small files, so probably worth leaving it as a separate API.

@guzba
Copy link
Owner

guzba commented Oct 16, 2024

Thanks for the PR. I am traveling until ~the end of the month so I'll be delayed in looking closer at this. I think the idea of having a way to decompress large files is very reasonable. I want to look at and think through the details here when I am able.

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 this pull request may close these issues.

2 participants