Skip to content

Releases: sonsation/Unknown-old

Unknown_Kernel V1.0.5

07 Jul 08:06
Compare
Choose a tag to compare

Unknown_Kernel V1.0.5

Unknown_Kernel V1.0.3

04 Jul 18:58
Compare
Choose a tag to compare

Unknown_Kernel V1.0.3

V1.0.1

29 Jun 20:52
Compare
Choose a tag to compare
V1.0.1 Pre-release
Pre-release
aio: Skip timer for io_getevents if timeout=0

In this case, it is basically a polling. Let's not involve timer at all
because that would hurt performance for application event loops.

In an arbitrary test I've done, io_getevents syscall elapsed time
reduces from 50000+ nanoseconds to a few hundereds.

Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: Benjamin LaHaise <[email protected]>