Closed stephen-hqxu closed 3 years ago
Chunk serialisation has been implemented in the recent relase, chunk data can be manually exported and imported to and from the local storage.
Chunk serialisation is currently not automatically used by the program. We will be looking at some algorithm to serialise/deserialise data whenever it's necessary, for instance when STPChunkStorage
hits a upper memory bound, and serialise the last 50% of least frequently referenced chunk.
Unfortunately we no longer find integrating serialisation into our engine useful as there are already libraries for similar purposes. To save our development time we decide to abandon this purposal.
Current situation
Suggestion