You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently HDF5 serialization is a pain. It require a significant amount of boiler plate code to implement and is error prone to modify as we want to serialize new data structures.
However, for most data types it is possible to automatically generate a serialization scheme. This would be very useful for defining expected structures and supporting high resolution solver checkpointing.
The text was updated successfully, but these errors were encountered:
Currently HDF5 serialization is a pain. It require a significant amount of boiler plate code to implement and is error prone to modify as we want to serialize new data structures.
However, for most data types it is possible to automatically generate a serialization scheme. This would be very useful for defining expected structures and supporting high resolution solver checkpointing.
The text was updated successfully, but these errors were encountered: