You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
If you have a very very big Group and you mutate its value.. it rebuilds the whole Group output on a single change which might result in performance leaks.
π Describe the solution you'd like
Rebuild the Group only if the built output is needed.. for instance when calling output, or items
π Describe alternatives you've considered
bad performance
The text was updated successfully, but these errors were encountered:
π Feature Request
β Is your feature request related to a problem?
If you have a very very big Group and you mutate its value.. it rebuilds the whole Group output on a single change which might result in performance leaks.
π Describe the solution you'd like
Rebuild the Group only if the built output is needed.. for instance when calling
output
, oritems
π Describe alternatives you've considered
bad performance
The text was updated successfully, but these errors were encountered: