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 malin
Recipients brandtbucher, christian.heimes, malin, methane, serhiy.storchaka
Date 2022-03-23.05:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648013165.37.0.321648445218.issue46864@roundup.psfhosted.org>
In-reply-to
Content
RAM is now relatively cheaper than CPU.
1 million bytes object additionally use 7.629 MiB RAM for ob_shash. (100_0000*8/1024/1024).
This causes hash() performance regression anyway.
History
Date User Action Args
2022-03-23 05:26:05malinsetrecipients: + malin, christian.heimes, methane, serhiy.storchaka, brandtbucher
2022-03-23 05:26:05malinsetmessageid: <1648013165.37.0.321648445218.issue46864@roundup.psfhosted.org>
2022-03-23 05:26:05malinlinkissue46864 messages
2022-03-23 05:26:05malincreate