Hacker News new | ask | show | jobs
by jumpingmice 2436 days 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

1 comments

I wasn't aware of it but will take a look. Thanks!