Commit Graph

5 Commits

Author SHA1 Message Date
Glint Dev
938f05f59d Phase 10: Monitoring and automated benchmarks
10.1: Add Criterion dev-dependency and benchmarks for:
  - matching_rules (100 rules)
  - ComputedStyle::compute (empty, 5 props)
  - resolve_string (no vars, 1 var, 3 vars)

10.3: Add --perf CLI flag and src/perf.rs module:
  - PerfScope drop-guard timed scopes (vdom, style, render)
  - Instrumented: VDOM eval (app.rs update), render (app.rs view),
    style matching (style.rs compute_cached)
  - Per-frame report printed to stderr at end of view()

10.2+10.4: Threshold check in perf report:
  - Prints warning if total > 16ms (60 FPS frame budget)

Refactor: Move Message enum to lib.rs so benchmarks can import
the public API. Added lib.rs as library root.
2026-07-24 19:58:58 +03:00
Glint Dev
6f12c53b78 phase 7.1: add rayon dependency with parallel feature gate 2026-07-24 16:46:12 +03:00
Glint Dev
daba2136c3 feat: add bumpalo dependency for arena allocation 2026-07-22 13:35:32 +03:00
faynot
75af23930f feat: new styles 2026-07-08 23:45:37 +03:00
Faynot
f956b750e3 feat: reactivityl; vdom; rhei; styles; fs; image element 2026-06-02 12:12:20 +03:00