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 ?
1.4m articles
1.4m replys
5 comments
57.0k users