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
Prior to this PR, a new `Vec<Pipe>` is allocated every time the screen is reset. Now, the same allocation is reused across `App::reset_loop` calls, meaning only one `Vec<Pipe>` is ever created.
0 commit comments