Efficiently creating python dict from protobuf deserialized message
I want to compare the performance of some json alternatives in Python. I set up a test as follows, comparing the stanadrd json library with orjson and protobuf.
I want to compare the performance of some json alternatives in Python. I set up a test as follows, comparing the stanadrd json library with orjson and protobuf.