You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: