|
|
|
|
|
by marginalia_nu
903 days ago
|
|
In practice the difference is much smaller between random and sequential reads, with the caveat that all SSD reads on some level are block operations, so locally sequential access is what make the big difference. Though with mmap the OS may do a speculative async readahead, depending on memadvise. |
|