DioxusLabs / blitz

A radically modular HTML/CSS rendering engine
Apache License 2.0
2.13k stars 42 forks source link

Cache inline layout created by Parley #97

Open DavidHusicka opened 4 months ago

DavidHusicka commented 4 months ago

Add a logic to the inline layout generation reuse. This speeds up resolving the DOM significantly (takes roughly ~1/3 the time of the previous time spent in resolve).

Note: Many invalidation methods are not handled and it's an early work