This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhylton
Recipients
Date 2001-02-01.18:14:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
While this change make the generated code a lot simpler, it
also has a high cost in speed and memory.  The stack for a code
object needs to be big enough to hold all the keys and values,
which can be costly.  The pybench dict creation benchmark slows
down about 15%.
History
Date User Action Args
2007-08-23 15:02:26adminlinkissue402227 messages
2007-08-23 15:02:26admincreate