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 yselivanov
Recipients brett.cannon, larry, lemburg, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-11.23:58:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455235124.64.0.851593670412.issue24165@psf.upfronthosting.co.za>
In-reply-to
Content
I also ran benchmarks.  For me, django was 1% faster, telco 5% slower, and the rest were the same.  telco is a decimal benchmarks (ints aren't used there), and django/chameleon are unicode concatenation benchmarks.

I can see improvements in micro benchmarks, but even more importantly, Serhiy's patch reduces memory fragmentations.  99% of all long allocations are coming from freelist when it's there.
History
Date User Action Args
2016-02-11 23:58:44yselivanovsetrecipients: + yselivanov, lemburg, brett.cannon, rhettinger, mark.dickinson, pitrou, scoder, vstinner, larry, serhiy.storchaka
2016-02-11 23:58:44yselivanovsetmessageid: <1455235124.64.0.851593670412.issue24165@psf.upfronthosting.co.za>
2016-02-11 23:58:44yselivanovlinkissue24165 messages
2016-02-11 23:58:44yselivanovcreate