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 scoder
Recipients brett.cannon, larry, lemburg, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-12.10:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455273297.07.0.282962363355.issue24165@psf.upfronthosting.co.za>
In-reply-to
Content
I like Serhiy's patch, too, but it feels like the single-digit case should be enough. I found this comment by Yury a good argument:

"""
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.
"""

Did that comment come from a benchmark suite run? (i.e. actual applications and not micro benchmarks?) And, does it show a difference between the single- and multi-digit cases?
History
Date User Action Args
2016-02-12 10:34:57scodersetrecipients: + scoder, lemburg, brett.cannon, rhettinger, mark.dickinson, pitrou, vstinner, larry, serhiy.storchaka, yselivanov
2016-02-12 10:34:57scodersetmessageid: <1455273297.07.0.282962363355.issue24165@psf.upfronthosting.co.za>
2016-02-12 10:34:57scoderlinkissue24165 messages
2016-02-12 10:34:56scodercreate