[Python-Dev] PyBench DictCreation (was Re: Performance compares)

Jeremy Hylton jeremy@digicool.com
Thu, 17 May 2001 14:39:07 -0400 (EDT)


Another option is to change the benchmark to put one more item in the
dict.  Then the same number of resizes would occur with both versions
of Python.

Jeremy