mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
Before this change, we'd construct a ByteBuffer for the internal buffer, and then move-construct StringBuilder::m_buffer from it. Due to ByteBuffer's inline capacity, this meant we had to memmove the inline buffer an extra time for every StringBuilder created.
16 KiB
16 KiB