Hacker News new | ask | show | jobs
by matheusmoreira 2232 days ago
It could also be nearly zero system calls per I/O operation. The kernel can poll the submission queue for new entries. This eliminates system call overhead at the cost of higher CPU utilization.