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 lukasz.langa
Recipients lukasz.langa, pitrou, rhettinger, serhiy.storchaka
Date 2015-04-29.19:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430335419.73.0.980362863118.issue24076@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, this is 64-bit specific. Antoine, as far as I can tell, the main use case is: "Don't make it look like migrating to Python 3 is a terrible performance downgrade."

As we discussed on the language summit this year [1], we have to be at least not worse to look appealing. This might be a flawed benchmark but people will make them anyway. In this particular case, there's internal usage at Twitter that unearthed it. The example is just a simplified repro.

Some perf degradations were expected, like switching text to Unicode. In this case, the end result computed by both 2.7 and 3.4 is the same so we should be able to address this.

[1] http://lwn.net/Articles/640224/
History
Date User Action Args
2015-04-29 19:23:39lukasz.langasetrecipients: + lukasz.langa, rhettinger, pitrou, serhiy.storchaka
2015-04-29 19:23:39lukasz.langasetmessageid: <1430335419.73.0.980362863118.issue24076@psf.upfronthosting.co.za>
2015-04-29 19:23:39lukasz.langalinkissue24076 messages
2015-04-29 19:23:39lukasz.langacreate