SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Protobuf C++: Optimize printing ranges of strings which do not need escaping.

This path is especially hot because field names are printed as camelcased string keys and use this path, and those are generally all [a-zA-Z0-9]+ and very rarely have any escaping.

PiperOrigin-RevId: 911535727
P
Protobuf Team Bot committed
8a8f316151bc235c1d9713389e65d130d27d3a76
Parent: cae6223
Committed by Copybara-Service <copybara-worker@google.com> on 5/6/2026, 9:02:43 PM