This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2008-10-22.15:18:06
SpamBayes Score 0.005327625
Marked as misclassified No
Message-id <1224688689.45.0.882872543074.issue4174@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-10-22 15:18:09kristjan.jonssonsetrecipients: + kristjan.jonsson
2008-10-22 15:18:09kristjan.jonssonsetmessageid: <1224688689.45.0.882872543074.issue4174@psf.upfronthosting.co.za>
2008-10-22 15:18:08kristjan.jonssonlinkissue4174 messages
2008-10-22 15:18:07kristjan.jonssoncreate