The hash is not expected to be unique, it just provides a starting point
for another search (usually linear ?).  

See http://en.wikipedia.org/wiki/Hash_function


Helpfully,
Maybe,
Richard.




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Piet van Oostrum
Sent: 12 July 2006 10:56
To: python-list@python.org
Subject: Re: hash() yields different results for different platforms

>>>>> Grant Edwards <[EMAIL PROTECTED]> (GE) wrote:

>GE> The low 32 bits match, so perhaps you should just use that
>GE> portion of the returned hash?

If the hashed should be unique, 32 bits is much too low if you have
millions of entries.
-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to