Hacker News new | ask | show | jobs
by Sesse__ 338 days ago
I believe that io_uring does not support getdents (despite multiple patch series being proposed). So you'd get async stat(), if you need them, but nothing else.
1 comments

Oh. Well, that's definitely a deal breaker then. ripgrep already avoids stat calls on most files.