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

Implement gzip support #12

Open
proycon opened this issue Mar 25, 2023 · 0 comments
Open

Implement gzip support #12

proycon opened this issue Mar 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request low priority

Comments

@proycon
Copy link
Contributor

proycon commented Mar 25, 2023

JSON files are pretty verbose and can get huge. Gzipping them is an easy way to
compress them with a good rate (I have a 71MB STAM json file which compresses
to 3.2MB when gzipped (2.8MB when bzip2)).

Implement support in the library for reading and writing gzipped json files,
simply by detecting the json.gz extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Development

No branches or pull requests

1 participant