[C++] Support io_uring for Linux IO #231
Open
Comments
|
I think I got some time recently on this. Will try get a version out this month. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current version of FASTER C++, on Linux, we use
libaiofor async IO handling. It is a known issue thatlibaiois not very efficient. Recently,io_uringis 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 replacinglibaiowith it.More details for io_uring can be found here: http://kernel.dk/io_uring.pdf
The text was updated successfully, but these errors were encountered: