|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: When does Perl double the number of buckets in hash?by BrowserUk (Pope) |
| on Nov 30, 2011 at 22:37 UTC ( #940957=note: print w/ replies, xml ) | Need Help?? |
|
Remember that keys != buckets. Sometimes, and more frequently than you might imagine especially with small hashes, two or more keys will hash to the same bucket. That said, from a cursory inspection, it seems to be when the number of buckets in use exceeds 2/3rds of the buckets available:
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||