Replies: 1 comment 1 reply
-
This isn't currently supported but it could certainly be a useful feature or candidate for an extension package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I really like the .dib format, as it is super clean and lets me easily version control the file without the embedded binary data.
That said, if I have run an expensive computation, I would like to be able to save and restore variable state in an adjacent binary format. This is a common pattern in Matlab. Is this currently built-in, or do I have to roll my own serialization/deserialization code?
Thanks!
David
Beta Was this translation helpful? Give feedback.
All reactions