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
Describe the bug
When reading the output of a subprocess by lines, the underlying buffer returns a single character at a time from the front of its buffer. This requires copying the buffer each time. Instead, a slice type could be used to avoid this copying.