Rewriting the GNU Coreutils in Rust
Rewriting the GNU Coreutils in Rust
Posted Jun 10, 2021 6:59 UTC (Thu) by jem (subscriber, #24231)In reply to: Rewriting the GNU Coreutils in Rust by Wol
Parent article: Rewriting the GNU Coreutils in Rust
It is funny how it was said that advances in CPU design had hit a wall. You couldn't increase clock frequency anymore and the only way to squeeze more computing power out of a CPU was to increase the number of cores. But this was a big problem, because it required software to be rewritten to increase parallelism, and we all know the massive inertia built in in the software industry. And now, when someone comes up with a genuine improvement (a language that advertises built-in thread safety), people start complaining that the programs hog the CPU.
Also, what default Application Programming Interface is this changing?
