Plan C rough edge smoothing. Criteria for a hash split is now
authorNicholas Clark <nick@ccl4.org>
Sat, 25 Oct 2003 13:10:21 +0000 (13:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 25 Oct 2003 13:10:21 +0000 (13:10 +0000)
commitbc92a800b506a714f5af60e9261c914eb78da89b
treecac199b272606e33c6d68712ac3cbccaecb40ffc
parent6c0731c3784186294017516545e3530192f2be03
Plan C rough edge smoothing. Criteria for a hash split is now
the earlier of "more keys than buckets" (the old test) or
linked list too long. Rehash is triggered after a split if the
longest linked list is too long.

p4raw-id: //depot/perl@21533
hv.c
hv.h