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 catalin.manciu
Recipients catalin.manciu, florin.papa, vstinner
Date 2016-02-19.09:20:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455873612.78.0.77238069526.issue26382@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Victor,

This patch follows the same idea as your proposal, but it's focused on a single object type. I think doing this incrementally is the safer approach, allowing us to have finer control over the new 
areas where we enable allocating using the small object allocator and detect where this replacement might be detrimental to the performance.
History
Date User Action Args
2016-02-19 09:20:12catalin.manciusetrecipients: + catalin.manciu, vstinner, florin.papa
2016-02-19 09:20:12catalin.manciusetmessageid: <1455873612.78.0.77238069526.issue26382@psf.upfronthosting.co.za>
2016-02-19 09:20:12catalin.manciulinkissue26382 messages
2016-02-19 09:20:12catalin.manciucreate