• ricecake
    link
    fedilink
    English
    arrow-up
    12
    ·
    17 hours ago

    Additionally, most media is read in a contiguous scan. Streaming media is very much not random access.

    Your typical access pattern is going to be seeking to a chunk, reading a few megabytes of data in a row for the streaming application to buffer, and then moving on. The ~10ms of access time at the start are next to irrelevant. Particularly when you consider that the OS has likely observed that you have unutilized RAM and loads the entire file into the memory cache to bypass the hard drive entirely.