Open cbornet opened 4 years ago
Protobuf doesn't support zero-copy so it's not very efficient when you aim for low latency.
It would be nice to consider a zero-copy format as an alternative (or replacement ?) to protobuf such as flatbuffers, capn'proto or SBE.
Motivation
Protobuf doesn't support zero-copy so it's not very efficient when you aim for low latency.
Desired solution
It would be nice to consider a zero-copy format as an alternative (or replacement ?) to protobuf such as flatbuffers, capn'proto or SBE.