Howdy bros. I have some code I'm looking to speed up, and a java geek friend of mine said I should look into hash optimization, specifically efficient hashing algorithms and hash size optimization (to avoid re-hashing). These things are apparently standard fare in java and C++ etc., but after some looking around I'm not turning up much about it with respect to Perl. Am I not looking in the right places, or is this not something one worries about in Perl?