-
Notifications
You must be signed in to change notification settings - Fork 6
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 #18
Comments
String is best as there is nothing more portable across Julia versions. |
Maybe I could provide a special |
Thanks. String is fine for me. I convert it to tpapp/StrFs.jl: Julia packages for strings with fixed maximum number of bytes. and mmap on disk. |
What is the preffered way of serializing TimeDate to/from disk binary files? Either julia only format or a general format would be OK for me. For now I use string, would there be a format for fast load/saving?
The text was updated successfully, but these errors were encountered: