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

Support io_uring for Linux IO #2

Open
dongx-psu opened this issue Jun 15, 2019 · 1 comment
Open

Support io_uring for Linux IO #2

dongx-psu opened this issue Jun 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@dongx-psu
Copy link
Collaborator

In the current version, we observe a performance degrade on Linux version due to the usage of libaio on async IO handling. It has been a known issue that libaio is not very efficient.

Recently, io_uring is released with Linux kernel 5.1, which advertise to be a high performance aysnc IO library. We should try it and see if we can improve linux version performance by replacing libaio with it.

@dongx-psu dongx-psu added the enhancement New feature or request label Jun 15, 2019
@dongx-psu
Copy link
Collaborator Author

More details for io_uring can be found here:

http://kernel.dk/io_uring.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant