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 pitrou
Recipients Jim Fasarakis-Hilliard, dalke, pitrou, serhiy.storchaka
Date 2017-05-21.18:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495390834.03.0.898868103407.issue30416@psf.upfronthosting.co.za>
In-reply-to
Content
Caching a tuple's hash value is a nice idea but it would increase the memory consumption of all tuples, which would probably hurt much more in the average case...  Unless of course we find a way to cache the hash value in a separate memory area that's reserved on demand.
History
Date User Action Args
2017-05-21 18:20:34pitrousetrecipients: + pitrou, dalke, serhiy.storchaka, Jim Fasarakis-Hilliard
2017-05-21 18:20:34pitrousetmessageid: <1495390834.03.0.898868103407.issue30416@psf.upfronthosting.co.za>
2017-05-21 18:20:34pitroulinkissue30416 messages
2017-05-21 18:20:33pitroucreate