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 rhettinger
Recipients Dmitry Rubanovich, methane, pitrou, rhettinger, serhiy.storchaka, tim.peters, xgdomingo, xiang.zhang
Date 2017-08-05.01:18:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501895936.08.0.978027124034.issue29304@psf.upfronthosting.co.za>
In-reply-to
Content
It would have been nice to have timed this on ARM chips or 32-bit builds.  I suspect that the previous code was mainly beneficial in register starved environments when it would have saved some memory accesses whenever there were an immediate first hit on a dictionary lookup (which is common).  Also, it is more likely to make a difference on larger dicts where the memory accesses aren't all in L1 cache.
History
Date User Action Args
2017-08-05 01:18:56rhettingersetrecipients: + rhettinger, tim.peters, pitrou, methane, serhiy.storchaka, xiang.zhang, xgdomingo, Dmitry Rubanovich
2017-08-05 01:18:56rhettingersetmessageid: <1501895936.08.0.978027124034.issue29304@psf.upfronthosting.co.za>
2017-08-05 01:18:56rhettingerlinkissue29304 messages
2017-08-05 01:18:55rhettingercreate