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 giampaolo.rodola
Recipients ethan.furman, giampaolo.rodola, loewis, palaviv, rhettinger, serhiy.storchaka
Date 2017-04-08.21:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491687652.95.0.106801678365.issue26860@psf.upfronthosting.co.za>
In-reply-to
Content
Should we have concerns about performances? Accessing a namedtuple value is almost 4x times slower compared to a plain tuple [1] and os.walk() may iterate hundreds of times.

http://stackoverflow.com/questions/2646157/what-is-the-fastest-to-access-struct-like-object-in-python
History
Date User Action Args
2017-04-08 21:40:53giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, rhettinger, ethan.furman, serhiy.storchaka, palaviv
2017-04-08 21:40:52giampaolo.rodolasetmessageid: <1491687652.95.0.106801678365.issue26860@psf.upfronthosting.co.za>
2017-04-08 21:40:52giampaolo.rodolalinkissue26860 messages
2017-04-08 21:40:52giampaolo.rodolacreate