Files
serenity/AK/StringBuilder.cpp
Andreas Kling b57e502d21 AK: Add ASCII fast path in StringBuilder::append(Utf16View)
And let's at least try to pre-allocate an appropriate amount of
buffer space in the builder instead of appending and growing one
code point at a time.

(cherry picked from commit b6e28ff80779520ccb49e6c15ae1866bbc8713a7)
2024-11-12 07:14:25 -05:00

8.1 KiB