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

Guido van Rossum guido@digicool.com
Fri, 18 May 2001 13:43:45 -0400


Would it be faster to inline an association table rather than a hash table?

What's an association table?

--Guido van Rossum (home page: http://www.python.org/~guido/)