Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
There was an error while loading. Please reload this page.
In the current version, we observe a performance degrade on Linux version due to the usage of
libaioon async IO handling. It has been a known issue thatlibaiois not very efficient.Recently,
io_uringis released with Linux kernel 5.1, which advertise to be a high performance aysnc IO library. We should try it and see if we can improve linux version performance by replacinglibaiowith it.