fulcrumgenomics / fgoxide

Quality of life improvements in Rust.
MIT License
5 stars 3 forks source link

Added a buffer_size member to Io and used it when opening files. #3

Closed tfenne closed 1 year ago

tfenne commented 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.