5 ms·
Have you considered/tried using the new ParseContext instead of CodedInputStream? It is performance-oriented. Edit: Apparently it's also the default in protob
by jumpingmice 7y ago
Have you considered/tried using the new ParseContext instead of CodedInputStream? It is performance-oriented.
Edit: Apparently it's also the default in protobuf 3.10
- wesm 7y agoI wasn't aware of it but will take a look. Thanks!