<div dir="ltr"><div><div><div>Interesting coincidence, just two days ago I have heard that a team at one large company completely abandoned namedtuple because of the creation time problem.<br><br></div>Concerning _source, why it is not possible to make it a property so that all the string formatting will happen on request, thus saving some time for users who doesn't need it?<br></div>(Of course this will not be an actual source, but it can be made practically equivalent to the no-compile version.)<br><br>--<br></div>Ivan<br><br><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 17 July 2017 at 14:53, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net" target="_blank">solipsis@pitrou.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 17 Jul 2017 14:43:19 +0200<br>
Antoine Pitrou <<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br>
> Hello,<br>
><br>
> Cost of creating a namedtuple has been identified as a contributor to<br>
> Python startup time.<br>
<br>
</span>Imprecise wording: that's the cost of creating a namedtuple *class*,<br>
i.e. anytime someone writes `MyClass = namedtuple('MyClass', ...)`.<br>
<div class="HOEnZb"><div class="h5"><br>
Regards<br>
<br>
Antoine.<br>
<br>
<br>
______________________________<wbr>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/levkivskyi%40gmail.com" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/options/python-dev/<wbr>levkivskyi%40gmail.com</a><br>
</div></div></blockquote></div><br></div></div></div></div></div></div>