]> granicus.if.org Git - python/commit
New collision resolution scheme: no polynomials, simpler, faster, less
authorTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 05:27:19 +0000 (05:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 05:27:19 +0000 (05:27 +0000)
commiteb28ef209eb0ce0b0975ee91331d02652ee3c41c
tree4d9e41dccf40e06f46ac2be9e3f12947b810e126
parent951a8841d15ca9ba489641a67faa446f3264405f
New collision resolution scheme:  no polynomials, simpler, faster, less
code, less memory.  Tests have uncovered no drawbacks.  Christian and
Vladimir are the other two people who have burned many brain cells on the
dict code in recent years, and they like the approach too, so I'm checking
it in without further ado.
Misc/NEWS
Objects/dictobject.c