
Thread
2018.01.16 00:58 "Re: [Tiff] Strategies for multi-core speedups", by scott ribe
On Jan 15, 2018, at 5:24 PM, Bob Friesenhahn <bfriesen@simple.dallas.tx.us> wrote:
The I/O is not necessarily serialized. When using mmap, pread/pwrite, or asynchronous I/O, the I/O can also benefit from multi-threading given that the underlying storage is a multi-disk array or SSDs using PCIe NVMe (capable of up to 1024 simultaneous I/Os).
Also, I/O calls are likely only to RAM, not to disk, thanks to caching...