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 vstinner
Recipients JelleZijlstra, eric.smith, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-07-17.13:04:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500296668.23.0.0402725184124.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
> So structseq is 1.9x faster than namedtuple to get an attribute by name.

Oops, I wrote it backward: So namedtuple is 1.9x slower than structseq to get an attribute by name.

(1.9x slower doesn't mean 1.9x faster, sorry.)
History
Date User Action Args
2017-07-17 13:04:28vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, pitrou, eric.smith, methane, serhiy.storchaka, xiang.zhang, JelleZijlstra
2017-07-17 13:04:28vstinnersetmessageid: <1500296668.23.0.0402725184124.issue28638@psf.upfronthosting.co.za>
2017-07-17 13:04:28vstinnerlinkissue28638 messages
2017-07-17 13:04:28vstinnercreate