This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Reduce and optimize Group rebuildsΒ #113
Open
Description
π 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
, or items
π Describe alternatives you've considered
bad performance