[Python-Dev] RE: [Python-checkins] python/dist/src/Objects frameobject.c, 2.77, 2.78 (original) (raw)
Raymond Hettinger python at rcn.com
Sat Mar 20 16:36:20 EST 2004
- Previous message: [Python-Dev] Timings [Was: Python-checkins] python/dist/src/Python ceval.c, 2.383, 2.384
- Next message: [Python-Dev] Encrypted document
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Timings [Was: Python-checkins] python/dist/src/Python ceval.c, 2.383, 2.384
- Next message: [Python-Dev] Encrypted document
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]