Message 203048 - Python tracker

Message203048

Author pitrou
Recipients Arfrever, christian.heimes, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-11-16.14:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384613668.52.0.414736053361.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
So, amusingly, Christian's patch seems to be 4-5% faster than vanilla on many benchmarks here (Sandy Bridge Core i5, 64-bit, gcc 4.8.1). A couple of benchmarks are a couple % slower, but nothing severe.

This without the small strings optimization.

On top of that, the small strings optimization seems to have varying effects, some positive, some negative, so it doesn't seem to be desirable (on this platform anyway).
History
Date User Action Args
2013-11-16 14:54:28pitrousetrecipients: + pitrou, ncoghlan, vstinner, christian.heimes, Arfrever, neologix, python-dev, serhiy.storchaka
2013-11-16 14:54:28pitrousetmessageid: <1384613668.52.0.414736053361.issue19183@psf.upfronthosting.co.za>
2013-11-16 14:54:28pitroulinkissue19183 messages
2013-11-16 14:54:28pitroucreate