Skip to content
New issue

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

Test io_uring #3

Open
LeeSmet opened this issue Dec 13, 2021 · 0 comments
Open

Test io_uring #3

LeeSmet opened this issue Dec 13, 2021 · 0 comments

Comments

@LeeSmet
Copy link
Owner

LeeSmet commented Dec 13, 2021

Right now we use a standard async event loop, and fs operations are using async fs, which basically offloads to a thread pool. With tokio_uring, we can offload to io_uring and use real async fs operations.

@LeeSmet LeeSmet reopened this Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant