in reply to Re: How does perl implement Perl's hash?
in thread How does perl implement Perl's hash?

Thanks for the clear answers, jmcnamara.

So where is the stuff that sauoq referred to?

FWIW, the one I decided on for my project is similar, but uses a prime close to the golden ratio.

I don't see how Jenkins' hash can be any faster on machines that have multiplication as a fast instruction.

  • Comment on Re: Re: How does perl implement Perl's hash?