Files
eepp/include/eepp
Martín Lucas Golini f6bce5d044 Optimize hot UI accessors and CSS length parsing:
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.
2026-07-11 00:10:56 -03:00
..
2026-05-01 18:52:46 -03:00
2026-03-21 19:06:19 -03:00
2026-05-01 19:06:36 -03:00
2026-06-29 20:32:08 -03:00