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
Similar to #1512, we've been missing an async equivalent of std's io::BufReader and io::BufWriter. This would be useful to reduce the amount of system calls, and speed up throughput.