Raymond Hettinger added the comment:

FWIW, I prefer the existing code be left as is.   We've already greatly 
compacted the dictionaries.  There is no need to be ultra-aggressive in shaving 
off every little corner.  There is some advantage to having the dict be more 
sparse (fewer collisions, quicker insertion time for the update, quicker 
lookups etc).

----------

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

Reply via email to