-
Notifications
You must be signed in to change notification settings - Fork 5
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
Serialization using JLD2 #68
Comments
Sorry, so is your issue that you'd like to see the serialized objects in the JLSO file stored in a compressed JLD2 format? |
Correct |
Closed
This should now be possible JuliaIO/JLD2.jl#57 |
I think that was just closed to consolidate discussion here JuliaIO/JLD2.jl#304 (comment). I don't think there's a good solution yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I put together proof of concept script that uses the internals of
JLD2
to write to a given
IOStream
and then read from anIOStream
as well.It certainly needs quite a bit of work to be used for anything productive
but I hope you find this useful.
https://gist.github.com/JonasIsensee/53ad332fd32af92691b40d17a640ead3
The text was updated successfully, but these errors were encountered: