opendal
opendal copied to clipboard
Implement io_uring support to replace tokio-fs
Part of https://github.com/datafuselabs/opendal/discussions/68
Users don't really want a blocking API. They want faster fs implementation.
Why not build one for them?
OpenDAL only need selected APIs, this work shouldn't be complex.
I will start this work via io_uring instead of tokio_uring for better control.