Open Crauzer opened 2 weeks ago
btw I'm probably in favor of doing our own serialization for metadata and strings, there seem to be differences between msgpack libraries in how they handle enums for example, so I'd like to avoid potential issues there
btw I'm probably in favor of doing our own serialization for metadata and strings, there seem to be differences between msgpack libraries in how they handle enums for example, so I'd like to avoid potential issues there
what about having metadata and strings table being just chunks instead of dedicated fields?
what about having metadata and strings table being just chunks instead of dedicated fields?
Sure, I don't think it should cause too much trouble for the user