Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Dec 31, 2021 15:39 UTC (Fri) by jezuch (subscriber, #52988)Parent article: Zero-copy network transmission with io_uring
Silly question: why can't this be the default mode? What are the advantages of non-zero-copy that make it better for some use cases? Perhaps it's lower memory use because we can reuse a fixed set of buffers or something?
