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

Dispatcher is SLOW #7

Open
theznerd opened this issue Sep 3, 2019 · 4 comments
Open

Dispatcher is SLOW #7

theznerd opened this issue Sep 3, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@theznerd
Copy link
Owner

theznerd commented Sep 3, 2019

Recommended by @JimMoyle on the blog post. Using a dispatch timer and creating a sort of "MVVM" pattern (where the view is not directly affected by the model) rather than interfacing directly with the Dispatcher in the UI thread performance should increase by multiple times.

Looking into the ability to add this ability to PoSHPF instead of the traditional dispatcher model.

@theznerd theznerd added the enhancement New feature or request label Sep 3, 2019
@theznerd theznerd self-assigned this Sep 3, 2019
@theznerd
Copy link
Owner Author

theznerd commented Sep 4, 2019

Initial version of this enhancement available in branch "v2.0"

I think a significant improvement like this warrants a full version change.

@theznerd
Copy link
Owner Author

theznerd commented Sep 5, 2019

This method is still slower than using a raw DataContext. However updating the value of the bound object through a method on the class is just as slow as Dispatcher UI.

@meterien
Copy link

meterien commented Mar 9, 2020

Any news on this feature?

@theznerd
Copy link
Owner Author

At the moment no, but now with work environment changing a bit I think I should have some time to dedicate to this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants