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

Glommio and/or tokio-uring for better performance using io_uring on Linux #89

Open
axelkar opened this issue Mar 27, 2024 · 1 comment

Comments

@axelkar
Copy link

axelkar commented Mar 27, 2024

io_uring can provide up to a 60% performance increase.

@Sherlock-Holo
Copy link
Owner

fuse3 inner is prepare to use a completion-based async IO runtime

however, there are some completion-based async IO runtime can be used

  • tokio-uring
  • compio
  • monoio
  • glommio
  • other...

I think we can add a shim trait to abstract these runtime, then allow user to choose their preferred runtime

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

2 participants