Files
ladybird/Libraries/LibWeb/SVG
Aliaksandr Kalenik 8cae20af1b LibWeb: Maintain a mapping for fast lookup in getElementById()
With this change we maintain a data structure that maps ids to
corresponding elements. This allows us to avoid tree traversal in
getElementById() in all cases except ones when lookup happens for
unconnected elements.
2025-03-26 08:36:25 +00:00
..
2024-12-28 05:39:32 -08:00
2025-02-22 10:14:29 +01:00