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

Messagepack file storage format #302

Open
jthorton opened this issue Oct 11, 2024 · 1 comment
Open

Messagepack file storage format #302

jthorton opened this issue Oct 11, 2024 · 1 comment

Comments

@jthorton
Copy link
Contributor

We can decrease the size of our dataset.json files further by using something like messagepack it might be worth looking at adding this as a serialisation option.

@mattwthompson
Copy link
Member

Are you thinking about dumping it out to JSON and then compressing it down, or serializing to a different format directly?

The closet work I've done to this is in YAMMBS where most of the composition of the JSON files are coordinates where most of the compression options (bytes, other NumPy stuff) aren't JSON compatible. And I think just zipping the JSON file after the fact was clunky for some reason.

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

2 participants