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 orsenthil
Recipients ajaksu2, flox, jepler, orsenthil, pitrou, rhettinger, tseaver
Date 2010-05-17.17:37:29
SpamBayes Score 0.024372868
Marked as misclassified No
Message-id <20100517173140.GA17832@remy>
In-reply-to <1274103536.66.0.0353446632141.issue1285086@psf.upfronthosting.co.za>
Content
On Mon, May 17, 2010 at 01:38:57PM +0000, Florent Xicluna wrote:
> Committed in r81265 for 2.7.

Thanks. That was interesting. Without resorting to any drastic changes like
use of regex, interesting speed-up seems to have been achieved by
using rsplit and map.

In py3k, I think its 'okay' to go for rsplit, defaultdict and map
which will be similar to py2k version. I saw that map vs list
comprehension did not have much differences.
History
Date User Action Args
2010-05-17 17:37:32orsenthilsetrecipients: + orsenthil, jepler, rhettinger, tseaver, pitrou, ajaksu2, flox
2010-05-17 17:37:30orsenthillinkissue1285086 messages
2010-05-17 17:37:29orsenthilcreate