Message 227920 - Python tracker

Message227920

Author vstinner
Recipients chatgris, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-09-30.13:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412085104.92.0.540271328746.issue22448@psf.upfronthosting.co.za>
In-reply-to
Content
> Turned out that single loop approach is not faster than loop+comprehension

IMO it makes the code simpler and easier to understand.
History
Date User Action Args
2014-09-30 13:51:44vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, chatgris
2014-09-30 13:51:44vstinnersetmessageid: <1412085104.92.0.540271328746.issue22448@psf.upfronthosting.co.za>
2014-09-30 13:51:44vstinnerlinkissue22448 messages
2014-09-30 13:51:44vstinnercreate