mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
a705414c82
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.