opendal icon indicating copy to clipboard operation
opendal copied to clipboard

Implement io_uring support to replace tokio-fs

Open Xuanwo opened this issue 3 years ago • 1 comments

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.

Xuanwo avatar Jul 28 '22 15:07 Xuanwo

I will start this work via io_uring instead of tokio_uring for better control.

Xuanwo avatar Jul 28 '22 15:07 Xuanwo