Antoine Pitrou added the comment:

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.

----------

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

Reply via email to