Closed tfenne closed 1 year ago
Turns out that the standard BufReader::new() uses a ridiculously small buffer size! This is an attempt to make sure things use reasonable buffer sizes and as few levels of buffering as possible.
Turns out that the standard BufReader::new() uses a ridiculously small buffer size! This is an attempt to make sure things use reasonable buffer sizes and as few levels of buffering as possible.