[Python-Dev] patch: speed up name access by up to 80%
M.-A. Lemburg
mal@lemburg.com
Tue, 12 Feb 2002 15:05:05 +0100
Tue, 12 Feb 2002 15:05:05 +0100
- Previous message: [Python-Dev] patch: speed up name access by up to 80%
- Next message: [Python-Dev] Re: RFC: Option Parsing Libraries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote: > > > * Inline small dictionary tables in the PyObject struct and only > > revert to external tables for larger ones. (I have an old patch > > for this one which you might want to update) > > I may be missing some context, but AFAIK we already do this. See > dictobject.h: the last item in struct _dictobject is > > PyDictEntry ma_smalltable[PyDict_MINSIZE]; Nice :-) I must have missed that addition (or simply forgotten about it). -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/
- Previous message: [Python-Dev] patch: speed up name access by up to 80%
- Next message: [Python-Dev] Re: RFC: Option Parsing Libraries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]