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

search provider blocks the main search thread #46

Open
brianjmurrell opened this issue Dec 1, 2017 · 1 comment
Open

search provider blocks the main search thread #46

brianjmurrell opened this issue Dec 1, 2017 · 1 comment

Comments

@brianjmurrell
Copy link

If I enable the Buddies Search Provider and then open the overview and then start typing, my typing, and indeed the whole overview gets blocked for too long -- quite a few seconds.

My understanding of how search is supposed to work in GNOME is that the search results are supposed to be incremental and as such added to the displayed results as they become available from the providers. To make this fluid and not produce the kind of lag that the Buddies search here is producing, providers are supposed to go do their work in their own thread and not block the main thread until they are ready to present the results back to the main thread.

@psukys
Copy link

psukys commented Feb 2, 2018

Related #14

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

No branches or pull requests

2 participants