[Python-Dev] PyBench DictCreation (was Re: Performance compares) (original) (raw)
Neil Schemenauer nas@python.ca
Fri, 18 May 2001 10:37:33 -0700
- Previous message: [Python-Dev] PyBench DictCreation (was Re: Performance compares)
- Next message: [Python-Dev] PyBench DictCreation (was Re: Performance compares)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] PyBench DictCreation (was Re: Performance compares)
- Next message: [Python-Dev] PyBench DictCreation (was Re: Performance compares)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]