Files
abseil-cpp/absl/strings/internal
Derek Mauro 443adb7497 Use reserve() to grow in absl::string_internal::StringAppendAndOverwrite()
When using the fallback, resize() is used, which initializes the
entire block, which causes pathological behavior in the case of many
small appends.

PiperOrigin-RevId: 877019230
Change-Id: If685b888ba55233c3c7436a6af19333561308424
2026-03-01 08:35:46 -08:00
..
2024-07-22 07:48:05 -07:00
2023-05-02 20:24:15 +02:00