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:
- CBOR which is a standard and has several implementations
- Alternatively protobufs from google seems like a popular alternative
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: