http://www.perlmonks.org?node_id=760503


in reply to Re^9: elsif chain vs. dispatch
in thread elsif chain vs. dispatch

The claim was made Perl detects if too many keys hash to the same bucket, the hash is expanded in size and the keys reinserted, spreading over more buckets.

Where did that idea come up?

If Perl detects num_entries > num_buckets, that will trigger more buckets.