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 pitrou
Recipients mark.dickinson, pitrou, rhettinger
Date 2009-02-08.18:06:58
SpamBayes Score 0.004761154
Marked as misclassified No
Message-id <1234116419.71.0.428092385648.issue5186@psf.upfronthosting.co.za>
In-reply-to
Content
Benchmark results on my machine (64-bit Linux, gcc 4.3.2, AMD X2 3600+):

Before:
dict creation (selected):  5.09600687027
dict creation (shuffled):  5.66548895836
dict creation:  3.72823190689

After:
dict creation (selected):  4.57248306274   (10% speedup)
dict creation (shuffled):  4.81948494911   (15% speedup)
dict creation:  2.43905687332              (35% speedup)
History
Date User Action Args
2009-02-08 18:06:59pitrousetrecipients: + pitrou, rhettinger, mark.dickinson
2009-02-08 18:06:59pitrousetmessageid: <1234116419.71.0.428092385648.issue5186@psf.upfronthosting.co.za>
2009-02-08 18:06:58pitroulinkissue5186 messages
2009-02-08 18:06:58pitroucreate