Files
TUIkit/Sources
phranck a705414c82 Feat: Add subtree memoization via EquatableView (render pipeline phase 5)
Equatable views can opt into render caching with .equatable(). On cache hit,
the entire subtree is skipped and the cached FrameBuffer returned directly.
Cache is cleared on every @State change; GC removes stale entries per frame.
2026-02-03 23:08:17 +01:00
..