[issue23107] Tighten-up search loops in sets

Raymond Hettinger report at bugs.python.org
Fri Dec 26 23:17:53 CET 2014


Raymond Hettinger added the comment:

One more small orthogonal patch:  in the presence of dummy entries, it is a bit cheaper to count filled entries than used entries.

----------
Added file: http://bugs.python.org/file37545/set_fill_to_used.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23107>
_______________________________________


More information about the Python-bugs-list mailing list