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 lemburg
Recipients christian.heimes, lemburg, methane, rhettinger, serhiy.storchaka
Date 2017-02-01.10:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1740630a-e68c-6f96-7026-9fc34ade47c3@egenix.com>
In-reply-to <1485943646.24.0.611150475238.issue29410@psf.upfronthosting.co.za>
Content
On 01.02.2017 11:07, Serhiy Storchaka wrote:
> 
> The performance of hash algorithm shouldn't affect general benchmarks since hash value is cached inside string object. Almost all dict lookups in critical parts are lookups with interned strings. But in corner cases the difference can be measurable. We should look not on results of macrobenchmarks, but find worst cases.

Good point.
History
Date User Action Args
2017-02-01 10:14:24lemburgsetrecipients: + lemburg, rhettinger, christian.heimes, methane, serhiy.storchaka
2017-02-01 10:14:24lemburglinkissue29410 messages
2017-02-01 10:14:24lemburgcreate