Rewriting the GNU Coreutils in Rust
Rewriting the GNU Coreutils in Rust
Posted Jun 9, 2021 7:01 UTC (Wed) by mokki (subscriber, #33200)In reply to: Rewriting the GNU Coreutils in Rust by LtWorf
Parent article: Rewriting the GNU Coreutils in Rust
I think the point of using io_uring was not try to use mulitiple cores in user space, but to allow kernel to do stat IO operations in parallel. On both SSD and HDD it should be 10x faster.
