-
Notifications
You must be signed in to change notification settings - Fork 94
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
tui: improve performance #3527
Comments
What the change to GraphQL deltas means for communications and how it fits into the plan: |
Blocked by #3731 |
Until #3731 we might be able to improve performance by bumping the data update part of Tui into a separate process, decoupling the data provision and UI update. This approach would still be valid after #3731 so not a bad idea providing it can be done simply. We may be able to compute deltas in the update process paving the way for #3731 too. |
Good idea. |
The multi-process approach seems to work well enough to close this issue. |
Pull requests welcome!
The text was updated successfully, but these errors were encountered: