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

Performance waste for rerendering unchanged display state #57

Open
InDieTasten opened this issue Oct 19, 2024 · 0 comments
Open

Performance waste for rerendering unchanged display state #57

InDieTasten opened this issue Oct 19, 2024 · 0 comments
Labels
tech debt Issues with code quality or potential for DX improvements

Comments

@InDieTasten
Copy link
Owner

Currently we are rerendering the entire screen buffer for every "frame", which wastes a lot of terminal IO.
Instead, we should skip clearing and redrawing everything, when nothing has changed.

A more advanved version of this would be #3

@InDieTasten InDieTasten added the tech debt Issues with code quality or potential for DX improvements label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Issues with code quality or potential for DX improvements
Projects
None yet
Development

No branches or pull requests

1 participant