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 serhiy.storchaka
Recipients abael, jcea, pitrou, serhiy.storchaka
Date 2012-08-04.08:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344068026.07.0.113802309689.issue15522@psf.upfronthosting.co.za>
In-reply-to
Content
Please port your code to Python 3.3 and compare with it. Python 3.3 implementation of str.join() already more than twice faster then Python 2.7. Maybe your optimization will have no effect.
History
Date User Action Args
2012-08-04 08:13:46serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, pitrou, abael
2012-08-04 08:13:46serhiy.storchakasetmessageid: <1344068026.07.0.113802309689.issue15522@psf.upfronthosting.co.za>
2012-08-04 08:13:45serhiy.storchakalinkissue15522 messages
2012-08-04 08:13:45serhiy.storchakacreate