in reply to Re: How Perl Optimize your code & some code TIPS ;-P
in thread How Perl Optimize your code & some code TIPS ;-P

An extremly good but often forgotten point. On this topic, it should be pointed out that any results will vary wildly depending on input data in nearly every case. In order to benchmark meaningfully then, you have to be very careful about the characteristics of your sample set - subtle properties you may not even be aware of could easily cause significant variation.

Makeshifts last the longest.

  • Comment on Re^2: How Perl Optimize your code & some code TIPS ;-P