liburing
liburing copied to clipboard
Support for sendfile & copy_file_range
Are there any plans for adding them? Currently sendfile can be simulated as described here but it has some overheads (pipe creation and 2 splice calls specifically).
Sendfile is using pipe and splice internally on Linux. You probably mean sendpage, since that isnt available in io_uring yet?