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

Overview widget does too much on ui thread #18

Closed
variar opened this issue Nov 30, 2017 · 1 comment
Closed

Overview widget does too much on ui thread #18

variar opened this issue Nov 30, 2017 · 1 comment
Assignees
Projects
Milestone

Comments

@variar
Copy link
Owner

variar commented Nov 30, 2017

During search operation overview widget updates with new matches. callgrind shows that this activity takes aroung 10% of time. In case of large amount of matches UI becomes unresponsive.

@variar variar added this to the v2.0.0 milestone Nov 30, 2017
@variar variar self-assigned this Nov 30, 2017
@variar variar added this to Todo in Perf via automation Nov 30, 2017
@variar variar moved this from Todo to Doing in Perf Nov 30, 2017
@variar variar modified the milestones: 2017.12, 2018.01 Dec 6, 2017
@variar
Copy link
Owner Author

variar commented Aug 16, 2018

I've added throttling to prevent excessive ui updates during fast searches (7763beb)

Marks and matches cache refactoring (#37) should help with other part of this issue

@variar variar closed this as completed Aug 16, 2018
Perf automation moved this from Doing to Done Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Perf
  
Done
Development

No branches or pull requests

1 participant