mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
These common cases now cause us to invalidate the layout tree starting at the relevant parent node instead of invalidating the entire tree. - DOM node insertion - DOM node removal - innerHTML setter - textContent setter This makes a lot of dynamic content much faster. For example, demos on shadertoy.com go from ~18 fps to ~28 fps on my machine.
146 KiB
146 KiB