We know that seek time is a major problem with optical media, so we’ll need to reduce it as much as possible to achieve our fast load times. There’s really only so much we can do to solve the problem
- Seek less by reading less files
- Seek less by organizing our files better
We’ve seen how to reduce the number of files read by using packfiles, which also helped by seek times a little bit. Since seek times are related to the physical distance and direction a drive head has to move, we’ll look at how to reduce seek times by arranging files on disc to minimize their distance.
We’ll also wrap up this series on load times with some tips and tricks to get that last bit of optimization.