Files
ladybird/Libraries/LibWeb/CSS/StyleComputer.h
Tim Ledbetter 8d81421526 LibWeb: Cache font matching algorithm results
The majority of time in `compute_font()` was spent in
`font_matching_algorithm()` repeatedly computing the same values. We
now cache these values to avoid unnecessary work.
2025-11-05 09:12:02 +01:00

17 KiB