antangelo / xdvdfs

Original Xbox DVD Filesystem library and management tool
https://xiso.antangelo.com/
MIT License
80 stars 8 forks source link

core: Improve IO speed on non-Linux operating systems #25

Closed antangelo closed 1 year ago

antangelo commented 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