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 serhiy.storchaka
Recipients benjamin.peterson, phihag, pitrou, rhettinger, serhiy.storchaka
Date 2012-11-14.13:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352898803.22.0.805565517014.issue16465@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a really simple patch.  It speed up to 1.9x an empty dict creation (still 1.6x slower than 3.2).  Make your measurements of real-world programs.
History
Date User Action Args
2012-11-14 13:13:23serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, benjamin.peterson, phihag
2012-11-14 13:13:23serhiy.storchakasetmessageid: <1352898803.22.0.805565517014.issue16465@psf.upfronthosting.co.za>
2012-11-14 13:13:23serhiy.storchakalinkissue16465 messages
2012-11-14 13:13:23serhiy.storchakacreate