]> granicus.if.org Git - python/commit
Issue18771: Reduce the cost of hash collisions for set objects.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Aug 2013 14:36:04 +0000 (07:36 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Aug 2013 14:36:04 +0000 (07:36 -0700)
commit3c0a4f5def782dfca3f1a1ce4a739efa12faa1b0
tree9a3d7945455afd37e5f8b68769763dfad8e9f32e
parent319f3a10f907bf08d1698a073ca4664d366a0b2c
Issue18771:  Reduce the cost of hash collisions for set objects.
Include/setobject.h
Objects/setobject.c