Hi everyone,
We're currently using Protobuf 3.14 with C++ and Python in our project and are looking to improve serialization/deserialization performance. I recently tried Protobuf 3.24 and noticed performance improvements in Python, likely due to the use of UPB.
I have a couple of questions:
1. Does UPB also provide performance improvements for C++?
2. If so, in which version of Protobuf was UPB introduced for C++?
Thanks in advance for your help!
Best regards,
Evan