You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: