|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Re: Speed of 5.8.0 versus 5.6.1by waswas-fng (Curate) |
| on Jul 01, 2003 at 18:16 UTC ( #270585=note: print w/ replies, xml ) | Need Help?? |
|
Depending on the keys you are using for hashes 5.6.1 -> 5.8.x can be just about 50% slower, so look for tight loops with hash keys being set as the culprit. If they can't be refactored consider having a 5.6.1 tree somewhere for those apps. (unless you need unicode support or stable threading)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||