|
|
|
|
|
by alerighi
1609 days ago
|
|
Well, they could be doing some simplifications and assumptions that can improve performance. Also performance is not always the only factor to consider: you can optimize a program for speed, but also for RAM usage, or the size of the binary itself. In program like Coreutils to me is more important that the programs are small than the rest. Typically you use a lot of commands in a script, to do some trivial operations (the input of the program is usually small), thus simpler programs (that have less startup time) are usually better. |
|
Then use BusyBox/Matchbox....because..well that's the whole point of those projects.
https://busybox.net/about.html