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
There shouldn't be a requirement to write/read to disk just in order to serialize/unserialize data for performance reasons. Disk IO often becomes a performance bottleneck. Many places have killed disks.
I suggest that in-memory serialization/unserialization is also supported:
Currently Serializer has only methods to serialize to disk:
There shouldn't be a requirement to write/read to disk just in order to serialize/unserialize data for performance reasons. Disk IO often becomes a performance bottleneck. Many places have killed disks.
I suggest that in-memory serialization/unserialization is also supported:
This can be useful in case UHDMs are stored and used in memory and there is no need to go to disk other than the requirement of the above interface.
The text was updated successfully, but these errors were encountered: