Not for built-in commands.
> Yeah “fork is slow” is the sort of microbenchmark that is mostly irrelevant for shell scripts
Maybe if you're on a Linux kernel, but not everywhere else.
For mass processing, I will use xargs to minimize the number of processes created.
Not for built-in commands.
> Yeah “fork is slow” is the sort of microbenchmark that is mostly irrelevant for shell scripts
Maybe if you're on a Linux kernel, but not everywhere else.