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

use msgpack for precompute data #21

Open
blackwer opened this issue Jan 3, 2023 · 1 comment
Open

use msgpack for precompute data #21

blackwer opened this issue Jan 3, 2023 · 1 comment

Comments

@blackwer
Copy link
Member

blackwer commented Jan 3, 2023

npz requires a gunzip and currently a transpose, creating extra memory and CPU pressure. this is a good time to fix this.

@blackwer
Copy link
Member Author

blackwer commented Jan 3, 2023

Currently only 4GB arrays are allowed in msgpack. msgpack/msgpack#311
Definitely should wait on this, but it would be wise to exploit msgpack's multidimensional support when it actually happens.

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