Files
ladybird/Libraries/LibWeb/Layout/LineBoxFragment.cpp
Jelle Raaijmakers 46a46a1c61 LibGfx+LibWeb: Append glyphs in LineBoxFragment run more efficiently
Since we know the number of glyphs we're going to append, ensure the
LineBoxFragment run's capacity once and perform unchecked appends.
2025-06-17 17:03:33 +02:00

5.7 KiB