Stumbled across another (new) async I/o interface that seems worthwhile considering for best possible performance on Linux. See some background here:
https://lwn.net/Articles/810414/
https://kernel.dk/io_uring.pdf
And one simple test vs epoll with performance numbers:
https://github.com/frevib/io_uring-echo-server/blob/io-uring-op-provide-buffers/benchmarks/benchmarks.md
Is this something of interest?
Stumbled across another (new) async I/o interface that seems worthwhile considering for best possible performance on Linux. See some background here:
https://lwn.net/Articles/810414/
https://kernel.dk/io_uring.pdf
And one simple test vs epoll with performance numbers:
https://github.com/frevib/io_uring-echo-server/blob/io-uring-op-provide-buffers/benchmarks/benchmarks.md
Is this something of interest?