New submission from Kristján Valur Jónsson <[EMAIL PROTECTED]>: This adds a special case for min() and max() when iterating over lists. For simple lists of floats, the improvement is some 15% on a windows machine using release build (non pgo)
---------- components: Interpreter Core files: minmax.patch keywords: needs review, patch, patch messages: 75082 nosy: krisvale severity: normal status: open title: Performance optimization for min() and max() over lists type: performance versions: Python 2.5.3 Added file: http://bugs.python.org/file11857/minmax.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4174> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com