logoalt Hacker News

the8472yesterday at 2:13 PM1 replyview on HN

io_uring doesn't support getdents though. so the primary benefit is bulk statting (ls -l). It'd be nice if we could have a getdents in flight while processing the results of the previous one.


Replies

loegyesterday at 3:29 PM

POSIX adopting NFS' "readdirplus" operation (getdents + stat) could negate some of the benefit towards io_uring, too.

show 1 reply