This is really two questions, but they are so similar, and to keep it simple, I figured I’d just roll them together: Firstly: Given an established Perl project, what are some decent ways to speed it up beyond just plain in-code optimization? Secondly: When writing a program from scratch in Perl, what are some good ways to greatly improve performance? For the first question, imagine you are …
stackoverflow.com/questions/177122/how-can-i-…