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 methane
Recipients methane, rhettinger, serhiy.storchaka
Date 2017-01-08.12:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483878705.58.0.516963300315.issue29202@psf.upfronthosting.co.za>
In-reply-to
Content
patch LGTM.

> Since the table is usually dense packed to the left, this will give fewer loops and fewer memory accesses.

Since dk_nentries is "right end of active entries", this patch doesn't
affect for "dence packed to the left" dict.
But it can affect when dk_entries is sparce, and there are many deleted entries on the right end.
History
Date User Action Args
2017-01-08 12:31:45methanesetrecipients: + methane, rhettinger, serhiy.storchaka
2017-01-08 12:31:45methanesetmessageid: <1483878705.58.0.516963300315.issue29202@psf.upfronthosting.co.za>
2017-01-08 12:31:45methanelinkissue29202 messages
2017-01-08 12:31:45methanecreate