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, we a hand-written json format that is inefficient at runtime and costly to maintain. We should consider moving to an external wire-format that is fast, binary.
It seems like the most runtime and transport size efficient form is Flatbuffers which has no generated javascript form (but could have one based on TypedArray if we desired) while a protobuf variant with generated types seems easiest to use, if slightly less efficient.
Currently, we a hand-written json format that is inefficient at runtime and costly to maintain. We should consider moving to an external wire-format that is fast, binary.
Candidates include:
The text was updated successfully, but these errors were encountered: