Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce and optimize Group rebuilds #113

Open
bennobuilder opened this issue Mar 28, 2021 · 1 comment
Open

Reduce and optimize Group rebuilds #113

bennobuilder opened this issue Mar 28, 2021 · 1 comment
Labels
@agile-ts/core Related to the @agile-ts/core package enhancement New feature or request

Comments

@bennobuilder
Copy link
Contributor

πŸ†• 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 bennobuilder added the enhancement New feature or request label Mar 28, 2021
@bennobuilder bennobuilder changed the title Reduce Group rebuilds Reduce and optimize Group rebuilds Jun 3, 2021
@bennobuilder bennobuilder added this to the 0.2.0 milestone Jul 26, 2021
@bennobuilder
Copy link
Contributor Author

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

@bennobuilder bennobuilder removed this from the 0.2.0 milestone Sep 19, 2021
@bennobuilder bennobuilder added the @agile-ts/core Related to the @agile-ts/core package label Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@agile-ts/core Related to the @agile-ts/core package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant