|
|
|
|
|
by nine_k
281 days ago
|
|
No. "io_uring faster than mmap" is sort of a truism: sequential page faults are slower than carefully orchestrated async I/O. The point of the article is that reading directly from a PCIe device, such as an NVMe flash, can actually be faster than caching things in RAM first. |
|
That's not true though, because the PCIe device DMAs into RAM anyway.