Next Hash Hash Hash 31

Collisions

Here's how Perl handles collisions:

Drawback: Worst-case lookup time is now O(n)

(Absent malice, this worst case is extremely rare.)

(Usually the longest list is only O(log n))


Next 31