dep-protobuf/java/util
Protobuf Team Bot 5d01f7bd22 Optimize Java JsonFormat string printing path.
- Use a lookup table for the replacement characters in the ascii range (which is all of the characters that gson escapes except for exactly 2).

- Stream the escapes out ourselves instead of going through gson.toJson(val.toString()) which goes through a lot of heavy gson machinery and makes several copies of the string.

We exactly match the choices that gson made for escapes here to make this an implementation detail change with no observable difference.

PiperOrigin-RevId: 928654085
2026-06-08 10:51:44 -07:00
..
src Optimize Java JsonFormat string printing path. 2026-06-08 10:51:44 -07:00
BUILD.bazel Clean up dead dist_files targets. 2026-01-02 12:19:11 -08:00
pom_template.xml Merge 22.x back to main (#12200) 2023-03-10 13:25:18 -08:00