Rewriting the GNU Coreutils in Rust
Rewriting the GNU Coreutils in Rust
Posted Jun 9, 2021 8:39 UTC (Wed) by LtWorf (subscriber, #124958)In reply to: Rewriting the GNU Coreutils in Rust by Paf
Parent article: Rewriting the GNU Coreutils in Rust
Yeah I had tried doing a bunch of ifdef in a project of mine to use send file, but after checking the benchmarks I scrapped it all, as it was slower than the regular read/write loop.
