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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, docs@python
Date 2016-12-15.13:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481809932.35.0.280442382983.issue28979@psf.upfronthosting.co.za>
In-reply-to
Content
Specifically, the entry reads:

"The dict type has been reimplemented to use a faster, more compact representation similar to the PyPy dict implementation."

Through, the text describing the new implementation doesn't mention anything on speed, it only mentions memory usage.

issue27350 and, specifically, msg275587 even report a slight regression ok key look-ups. Am I interpreting this differently? If not, is it a good idea to be stating it is faster?
History
Date User Action Args
2016-12-15 13:52:12Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, docs@python
2016-12-15 13:52:12Jim Fasarakis-Hilliardsetmessageid: <1481809932.35.0.280442382983.issue28979@psf.upfronthosting.co.za>
2016-12-15 13:52:12Jim Fasarakis-Hilliardlinkissue28979 messages
2016-12-15 13:52:11Jim Fasarakis-Hilliardcreate