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 scoder
Recipients Anoop.Thomas.Mathew, jcea, pconnell, python-dev, rhettinger, scoder, serhiy.storchaka
Date 2013-10-01.08:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380617603.08.0.93855294673.issue18594@psf.upfronthosting.co.za>
In-reply-to
Content
Can you update the benchmark numbers to show what the difference is compared to pure Python (and to the fastpath) now?

One more thing: the fastpath depends on .__getitem__() and friends, whereas the fallback path depends on .get(). What if someone overrides .get() but not .__getitem__()?  (Might be a hypothetical case...)
History
Date User Action Args
2013-10-01 08:53:23scodersetrecipients: + scoder, rhettinger, jcea, python-dev, serhiy.storchaka, pconnell, Anoop.Thomas.Mathew
2013-10-01 08:53:23scodersetmessageid: <1380617603.08.0.93855294673.issue18594@psf.upfronthosting.co.za>
2013-10-01 08:53:23scoderlinkissue18594 messages
2013-10-01 08:53:22scodercreate