mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-13 14:32:53 +03:00
Inline frequently used scene and UI state accessors to reduce function call overhead during layout, rendering, and rich-text traversal. Add string-view numeric conversion support and parse CSS length values without temporary number or unit strings. Preserve existing string overloads for compatibility and keep CSS function parsing unchanged. Add focused parsing coverage and benchmarks. Full-suite profiling showed substantial reductions in layout invalidation, whitespace traversal, and CSS length parsing costs.