Replies: 1 comment 1 reply
-
Are you running in release mode? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
serialized:
Rust (
*self = Default::default() + merge
) is 26% slower than Python (Clear + ParseFromString
). Also Python (upb) is checking for unknown fields while prost does not. Wonder if there is a critical optimization in upb that is missing in prost.pip protobuf 4.23.2
prost 0.11.9
Beta Was this translation helpful? Give feedback.
All reactions