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

FilterDialog: don't slow down horribly on huge waveforms when typing #459

Closed
azonenberg opened this issue Jul 30, 2022 · 1 comment
Closed
Labels
performance Something is too slow ui New UI features

Comments

@azonenberg
Copy link
Collaborator

Live updates are cool but we don't want to slow everything down with huge filters re-evaluating the filter graph every keystroke.

Can we do this in a background thread, queueing an update flag so things don't update unless we're idle?

@azonenberg azonenberg added ui New UI features performance Something is too slow labels Jul 30, 2022
@azonenberg
Copy link
Collaborator Author

Fixed in ngscopeclient. No plans to backport to glscopeclient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is too slow ui New UI features
Projects
None yet
Development

No branches or pull requests

1 participant