]> granicus.if.org Git - python/commit
Replaced arbitrary addend in tuple_hash with one that is known to generate
authorRaymond Hettinger <python@rcn.com>
Fri, 4 Jun 2004 06:35:20 +0000 (06:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 4 Jun 2004 06:35:20 +0000 (06:35 +0000)
commit4ec44e851dafc78c534efad127403d167feb4180
tree2380e5f7da1889215340c97e3988fb2d94227276
parent4e49b836db96264b3b5236794a3200eea32b2519
Replaced arbitrary addend in tuple_hash with one that is known to generate
many more prime multipliers and that performs well on collision tests.
Objects/tupleobject.c