lightstep-tracer-python
lightstep-tracer-python copied to clipboard
Speed up protobuf serialization
Protobufs are always owned by their parent. Constructing the children first and then passing it to the parent results in a large copy. https://developers.google.com/protocol-buffers/docs/reference/python-generated#repeated-message-fields