Closed antangelo closed 1 year ago
This doesn't go all the way to fixing the IO speed issues, but seems to have some effect. This also changes unpack to use std::io::copy to benefit from specialization on Linux
std::io::copy
This doesn't go all the way to fixing the IO speed issues, but seems to have some effect. This also changes unpack to use
std::io::copy
to benefit from specialization on Linux