Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
703 views
in Technique[技术] by (71.8m points)

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

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 ?

question from:https://stackoverflow.com/questions/66055298/the-fastest-way-for-python-to-parse-protobuf-message-currently-i-am-using-messa

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...