Mazzoli: How fast are Linux pipes anyway?
Mazzoli: How fast are Linux pipes anyway?
Posted Jun 3, 2022 19:44 UTC (Fri) by quotemstr (subscriber, #45331)In reply to: Mazzoli: How fast are Linux pipes anyway? by Wol
Parent article: Mazzoli: How fast are Linux pipes anyway?
Well, io_uring in principle allows us to pipeline reads and writes to arbitrary depths without creating new kernel threads for each read-to-write data hazard.
