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.
Oh. Well, that's definitely a deal breaker then. ripgrep already avoids stat calls on most files.
Oh. Well, that's definitely a deal breaker then. ripgrep already avoids stat calls on most files.