Koala: A benchmark suite for performance-oriented shell-optimization research

13 pointsposted 7 months ago
by matt_d

3 Comments

meisel

7 months ago

If you’re at the point where the shell might be a bottleneck to your script, it probably should be written in a proper language and not bash

sitkack

7 months ago

It did receive "Awarded Best Paper", maybe you should see why that is?

djoldman

7 months ago

Well the counter example is when you have a program you know runs correctly but has to run many times. If all you have to do is run it through gnu parallel, that's a close to zero development cost.