agile icon indicating copy to clipboard operation
agile copied to clipboard

Reduce and optimize Group rebuilds

Open bennobuilder opened this issue 4 years ago • 1 comments

🆕 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

bennobuilder avatar Mar 28 '21 16:03 bennobuilder

Tried to optimize the group rebuilds in merge request #189. But I was not yet able to make the group noticeably faster :/ image

bennobuilder avatar Sep 12 '21 18:09 bennobuilder