Open axelkar opened 8 months ago
fuse3 inner is prepare to use a completion-based async IO runtime
however, there are some completion-based async IO runtime can be used
I think we can add a shim trait to abstract these runtime, then allow user to choose their preferred runtime
io_uring can provide up to a 60% performance increase.