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

284 update list optimization #285

Merged
merged 2 commits into from
Apr 1, 2021

Conversation

BajakiGabesz
Copy link
Contributor

It's a kind of improvement for the list updating mechanism. Earlier when we wanted to update a list item, the whole object was updated.
When we had a model with multiple properties which were bound to the UI, any change in a list element invoked the PropertyChanged event even if it was not necessary.
With reflection, it's more efficient to do and causes less update on the device's screen which also causes better performance.

@dsuryd dsuryd merged commit 7167fac into dsuryd:master Apr 1, 2021
@BajakiGabesz BajakiGabesz deleted the 284-update-list-optimization branch May 16, 2021 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants