wg-async
wg-async copied to clipboard
challenges of I/O uring integration
Brief summary
I/O Uring integration has been much discussed, but we don't have any status quo stories talking about it.
Optional details
- (Optional) Which character(s) would be the best fit and why?
- (Optional) Which project(s) would be the best fit and why?
- List some projects here.
- (Optional) What are the key points or morals to emphasize?
- Write some morals here.
The Windows 11 preview has it's own version of an I/O uring API. This suggests that a design that takes into account I/O uring on Linux will also benefit Windows.
The only official documentation I have found is some headers in the SDK (ioringapi.h and ntioring_x.h). There is also a blog post on windows-internals.com.