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
I'm looking into using io_uring to improve the performance for some heavy workload. After tried the examples, they didn't show some performance advantage comparing to plain syscalls. For example, the cp example is not faster than builtin cp command, which uses read and write syscalls.
Should we have some examples to demo the performance of io_uring?
The text was updated successfully, but these errors were encountered:
I'm looking into using io_uring to improve the performance for some heavy workload. After tried the examples, they didn't show some performance advantage comparing to plain syscalls. For example, the
cp
example is not faster than builtincp
command, which usesread
andwrite
syscalls.Should we have some examples to demo the performance of io_uring?
The text was updated successfully, but these errors were encountered: