[issue46192] Optimize builtin functions min() and max()

Dennis Sweeney report at bugs.python.org
Fri Dec 31 09:22:47 EST 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

Kind of like what's mentioned at https://github.com/faster-cpython/ideas/discussions/131 , it may be interesting to explore implementing min()/max() in Pure python, considering recent specializations to COMPARE_OP, and potential future specializations of FOR_ITER.

----------
nosy: +Dennis Sweeney

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46192>
_______________________________________


More information about the Python-bugs-list mailing list