Jeff G:
#                                                      Same
# goes for the # known-incomplete PerlHash class. It works, but
# has no collision resolution yet.

What kind of backend data structure are you using--flat array, buckets
(array of arrays) or chains (array of linked lists)?   If you're using
buckets or chains, I don't think collisions are a problem.  (For that
matter, has anyone ever tried arrays of binary search trees?  I wonder
how well that would work...)

--Brent Dax
[EMAIL PROTECTED]
Configure pumpking for Perl 6

"Nothing important happened today."
    --George III of England's diary entry for 4-Jul-1776

Reply via email to