[issue18032] Optimization for set/frozenset.issubset()

Serhiy Storchaka report at bugs.python.org
Thu May 28 05:01:45 CEST 2015


Serhiy Storchaka added the comment:

Personally I don't sure that this optimization is worth to apply. Its cost is high and optimized case is not common. This is rather an experiment, how large can be maximal effect of the optimization.

----------

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


More information about the Python-bugs-list mailing list