The fastest way for Python to parse protobuf message (currently I am using MessageToDict)

后端 未结 0 1570
暖寄归人
暖寄归人 2021-02-05 06:34

My python server is receiving streaming protobuf message and each message is quite big. Currently, I am using MessageToDict to parse the protobuf message. However, I feel it is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题