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 josh.r
Recipients josh.r, serhiy.storchaka, vstinner
Date 2016-11-30.19:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480534518.55.0.809357320208.issue28839@psf.upfronthosting.co.za>
In-reply-to
Content
Given you can't avoid the refcounting overhead, how much does this really help? Are there meaningful benefits in microbenchmarks? I'd worry that unconditional allocation from PyMem_Malloc might lose out relative to PyTuple_New, which is likely to not involve memory allocation at all (pulling from tuple free list).
History
Date User Action Args
2016-11-30 19:35:18josh.rsetrecipients: + josh.r, vstinner, serhiy.storchaka
2016-11-30 19:35:18josh.rsetmessageid: <1480534518.55.0.809357320208.issue28839@psf.upfronthosting.co.za>
2016-11-30 19:35:18josh.rlinkissue28839 messages
2016-11-30 19:35:18josh.rcreate