Can FD use io_uring for faster performance? #1312
ScottRosenberg2
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
There is no io_uring operation for reading directories yet. I have experimented with a setup that uses io_uring to open multiple dirs at once and distributes |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if it actually would help, but could this use io_uring for faster performance, by using less syscalls?
There are some rather impressive benchmarks of io performance using io_uring, so I was curious if it could help in this case.
Beta Was this translation helpful? Give feedback.
All reactions