[Python-Dev] RE: [Python-checkins] python/dist/src/Objects
frameobject.c, 2.77, 2.78
Raymond Hettinger
python at rcn.com
Sat Mar 20 16:36:20 EST 2004
> memset() with small memory sizes just kill us.
If you know what the break-even point is on both GCC and MSVC++, then
also see if the same improvement would apply to the dictionary
initialization code macro called by PyDict_New(). If it looks
favorable, be sure to time it on Brett's MAC as well as a PC.
Raymond Hettinger
More information about the Python-Dev
mailing list