composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize serialization of paths with many "" names

mweidner037 opened this issue · comments

In our CompositeCrdts, we generally give the most heavily used child the name "". This might result in many messages with mostly "" names on pathToRoot. Can we have Runtime optimize the serialization of these paths, e.g, as a 1-byte count instead of a bunch of ""s?

Not important - only return to this if there is a demonstrated need.