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 pitrou
Recipients loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-13.20:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336940008.3373.4.camel@localhost.localdomain>
In-reply-to <CAMpsgwaFy6-voRqYjz14wPWsrcX9guYwbjgqCG0VXpLZ+fSkeg@mail.gmail.com>
Content
> >> When it's possible to not overallocate, the speed up is around 10% for
> >> short strings (I suppose that it's much better to longer strings).
> > Well, please post a benchmark for long strings, then :-)
> 
> Ok, here you have. I don't understand why results are so random. There
> is no performance regression, but there are interesting speed up.

Do you have anything more interesting than fmt="%s" ?
History
Date User Action Args
2012-05-13 20:15:43pitrousetrecipients: + pitrou, loewis, mark.dickinson, vstinner, python-dev, serhiy.storchaka
2012-05-13 20:15:42pitroulinkissue14744 messages
2012-05-13 20:15:42pitroucreate