-
Notifications
You must be signed in to change notification settings - Fork 51
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
pickling very large maps fails #314
Labels
Outdated
Ancient issues that can be discarded
Comments
Other alternatives for this:
|
See also #26 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is fix-able. Pickle seems like a bad way to store really large maps (e.g. HDF5 would make more sense). But it might be a bug...
Alternately, could we integrate with npy binary-file format somehow? https://docs.scipy.org/doc/numpy/neps/npy-format.html Do we need to abandon pickle altogether?
The text was updated successfully, but these errors were encountered: