Comment on What are some of the best optimizations you applied to your code?
arthur@lemmy.zip 1 year ago
I remember getting 9x improvement on a set of Shell scripts at work, piping the results instead of writing and reading from files at each step.