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 brett.cannon, eric.smith, eric.snow, ncoghlan, pitrou, serhiy.storchaka
Date 2014-10-05.15:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412521482.86.0.555786717297.issue22557@psf.upfronthosting.co.za>
In-reply-to
Content
Some more general comments about this:

- Let's keep in mind the absolute numbers. 0.4501200000013341 for 100000 iterations is 4.5ms per iteration. This is not very slow by CPython's standards.

- I wonder if you ran your benchmark in debug mode or if your CPU is slow :-) I get around 0.5ms per iteration here.
History
Date User Action Args
2014-10-05 15:04:42pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, eric.smith, eric.snow, serhiy.storchaka
2014-10-05 15:04:42pitrousetmessageid: <1412521482.86.0.555786717297.issue22557@psf.upfronthosting.co.za>
2014-10-05 15:04:42pitroulinkissue22557 messages
2014-10-05 15:04:42pitroucreate