Supercharging Perl – Daina Pettit



Supercharging Perl – Daina Pettit

Supercharging Perl - Daina Pettit

This is a followup to my “Perl Optimization Tidbits” talk in 2018. Then we looked at many minor performance differences in expressions like ++$x vs. $x++, “abc” vs. ‘abc’, etc. We go into more depth with more comparisons, but also cover larger strategies–algorithmic, structural, and other optimization techniques to get the best performance. In addition we’ll look at various ways of profiling your code so you can see where your slow places are. Some of these techniques and strategies can be applied to improving performance of other languages as well.

Daina Pettit
Developer II, WebPros