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 mark.dickinson
Recipients chemacortes, jcea, mark.dickinson, pitrou, rhettinger
Date 2009-02-06.17:06:54
SpamBayes Score 0.00022158572
Marked as misclassified No
Message-id <1233940016.39.0.919771933885.issue5169@psf.upfronthosting.co.za>
In-reply-to
Content
Hah.  Good point.  I'd forgotten about the taking-the-low-order-bits 
thing.  Should probably do some timings (and possibly also number-of-
collisions measurements) to find out whether using id() >> 3 actually 
makes any significant difference (either way) for dicts of objects.
History
Date User Action Args
2009-02-06 17:06:56mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, jcea, chemacortes, pitrou
2009-02-06 17:06:56mark.dickinsonsetmessageid: <1233940016.39.0.919771933885.issue5169@psf.upfronthosting.co.za>
2009-02-06 17:06:54mark.dickinsonlinkissue5169 messages
2009-02-06 17:06:54mark.dickinsoncreate