IoRing in windows is like io_uring in linux, and may provides better performance than sync ioengine (around 2%-3% faster to read thousands of files according to the result from IoRing_Demos in 2 years ago), we should include that ioengine for the further I/O bench based on IoRing.
Also, IoRing was first introduced to windows in Windows 11 21H2, which means it might be immature at this time.
IoRing in windows is like io_uring in linux, and may provides better performance than
sync
ioengine (around 2%-3% faster to read thousands of files according to the result from IoRing_Demos in 2 years ago), we should include that ioengine for the further I/O bench based on IoRing.Also, IoRing was first introduced to windows in Windows 11 21H2, which means it might be immature at this time.