Marc-Andre Lemburg added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to