fio icon indicating copy to clipboard operation
fio copied to clipboard

Windows IoRing ioengine

Open mokurin000 opened this issue 2 years ago • 0 comments

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.

mokurin000 avatar Jan 29 '24 16:01 mokurin000