Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
benlwalker
on April 13, 2023
|
parent
|
context
|
favorite
| on:
Using io_uring for network I/O
Without the submission batching you lose your system call reduction and that is far and away the biggest benefit.
dontlaugh
on April 13, 2023
[–]
The way I see it, a bigger benefit is avoiding readiness-triggered IO. That can add a variable number of syscalls, wakes up threads, etc.
Of course, batching is also great.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: