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 llllllllll
Recipients JelleZijlstra, eric.smith, giampaolo.rodola, gvanrossum, lazka, llllllllll, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-07-19.04:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500439267.96.0.293326739947.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
I added a benchmark suite (using Victor's perf utility) to cnamedtuple. The results are here: https://github.com/llllllllll/cnamedtuple#benchmarks

To summarize: type creation is much faster; instance creation and named attribute access are a bit faster.
History
Date User Action Args
2017-07-19 04:41:08llllllllllsetrecipients: + llllllllll, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, methane, serhiy.storchaka, xiang.zhang, JelleZijlstra, lazka
2017-07-19 04:41:07llllllllllsetmessageid: <1500439267.96.0.293326739947.issue28638@psf.upfronthosting.co.za>
2017-07-19 04:41:07lllllllllllinkissue28638 messages
2017-07-19 04:41:07llllllllllcreate