1 paper · 1 filter
Rajarshi Chowdhury
io_uring moves I/O submission and completion into shared-memory rings. This makes it fast, and it also makes it invisible. strace sees only the ring setup, and the kernel tracepoin…