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

[C++] Support io_uring for Linux IO #231

Open
badrishc opened this issue Jan 10, 2020 · 1 comment · May be fixed by #387
Open

[C++] Support io_uring for Linux IO #231

badrishc opened this issue Jan 10, 2020 · 1 comment · May be fixed by #387

Comments

@badrishc
Copy link
Contributor

@badrishc badrishc commented Jan 10, 2020

In the current version of FASTER C++, on Linux, we use libaio for async IO handling. It is a known issue that libaio is not very efficient. Recently, io_uring is released with Linux kernel 5.1, which advertises to be a high performance aysnc IO library. It would be useful to try it and see if we can improve disk performance on Linux by replacing libaio with it.

More details for io_uring can be found here: http://kernel.dk/io_uring.pdf

@dongx-psu
Copy link
Contributor

@dongx-psu dongx-psu commented Dec 5, 2020

I think I got some time recently on this. Will try get a version out this month.

@dongx-psu dongx-psu linked a pull request that will close this issue Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants