str_cat.cc
6.76 KB
-
The previous code was using `memmove` under the hood (`string::append`). · 87ce3903
This patch makes it use `memcpy` for performance and consistency with other overloads. PiperOrigin-RevId: 539079130 Change-Id: I5aea9dd9b8a1ce708c787df7d6c9a75ae419c484
Abseil Team committed