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

Waste space and datatypes #1

Open
LinuxRocks2000 opened this issue Aug 30, 2023 · 0 comments
Open

Waste space and datatypes #1

LinuxRocks2000 opened this issue Aug 30, 2023 · 0 comments

Comments

@LinuxRocks2000
Copy link

The JSON files have quite a lot of wasted space (many superfluous whitespaces and newlines). Compressing them would be a significant improvement.
The numerical fields (ids) are all strings - this is also wasteful when loading into a compact memory format (like serde does in Rust) because it requires as much as 6 bytes when 2 would suffice - multiplied by thousands of entries.

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

No branches or pull requests

1 participant