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 very slow.
Is there a way to parse protobuf message faster than this? Maybe any third party library ?
2.1m questions
2.1m answers
60 comments
57.0k users