Hacker News new | ask | show | jobs
by noctune 1295 days ago
That is true, but assuming file I/O is blocking you also have to pay for a context switch to take advantage of that.

But I guess you could avoid that using eg. io_uring.