Closed vi closed 7 years ago
Avoid calling std::io::read_one_byte for each byte, go from 30 MiB/s to 200 MiB/s.
std::io::read_one_byte
thanks! there's a weird travis failure I'll have to look into it before merging.
Avoid calling
std::io::read_one_byte
for each byte, go from 30 MiB/s to 200 MiB/s.