Serhiy Storchaka added the comment:

The patch adds almost 40 line of the code and increases the performance of not 
well famous feature at best by 10-20%. Adding an optimization for every new 
iterator type will add a comparable quantity of the code. I think this is too 
high cost.

Using a common template implementation for iterators (issue27438) would 
decrease the relative cost of this feature.

----------
components: +Interpreter Core
nosy: +rhettinger, serhiy.storchaka
stage:  -> patch review
versions: +Python 3.7

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

Reply via email to