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

Neil Schemenauer nas@python.ca
Fri, 18 May 2001 10:37:33 -0700


M.-A. Lemburg wrote:
> FYI, I have a patch which inlines small dictionaries directly
> into the type object (rather than usin malloc to allocate
> the slot buffer).

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

 Neil