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.Jewett
Recipients Jim.Jewett, jcon, mark.dickinson, neologix, pitrou, rhettinger, serhiy.storchaka, tim.peters
Date 2012-04-09.22:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334011090.29.0.185496220618.issue10408@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, doing a linear probe only within a cache line (changing the 1's bit) before applying perturb might also be useful -- and the results may change if the size of a dictentry were reduced.  (Mark Shannon's now-integrated patch doesn't actually do that for the keys, but it would be doable.)
History
Date User Action Args
2012-04-09 22:38:10Jim.Jewettsetrecipients: + Jim.Jewett, tim.peters, rhettinger, mark.dickinson, pitrou, neologix, jcon, serhiy.storchaka
2012-04-09 22:38:10Jim.Jewettsetmessageid: <1334011090.29.0.185496220618.issue10408@psf.upfronthosting.co.za>
2012-04-09 22:38:09Jim.Jewettlinkissue10408 messages
2012-04-09 22:38:09Jim.Jewettcreate