We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tokio::fs is just a wrapper of std::fs, we can adopt aio or io_uring to get more throughput in our pure async framework.
tokio::fs
std::fs
aio
io_uring
fs
build
opendal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
tokio::fs
is just a wrapper ofstd::fs
, we can adoptaio
orio_uring
to get more throughput in our pure async framework.Some ideas
fs
with the flag or feature flag?build
. (io_uring
requires Linux 5.6)opendal
or another new crate?Possible solutions
io_uring
aio
The text was updated successfully, but these errors were encountered: