Is there a way to presize anonymous hashes or is there any need to?

I know I can presize a hash by 'keys my %hash = 16';

I use anonymous hashes frequently, but in all cases I use very small sized hashes...I 
would like to know if perl does not allocate the default 512 buckets for anonymous 
hashes, or if there is a way to stipulate a default size for anonymous hashes, or 
where can I alter the 512 value in the source to reduce my bucket size...

Thanks,

--Mike


Reply via email to