On Fri, Jul 10, 2020 at 2:56 PM Chris Angelico <ros...@gmail.com> wrote: > > but it might be > mutated in between. So the list would have to be reconstructed fresh > every time. >
Do you think the use case is common enough to add a feature to builtin type? I can not imagine. Anyway, if you want to benchmark that use case, the benchmark should include time to mutate dict too. Otherwise, performance benefit is exaggerated and no one trusts the benchmark. Regards, -- Inada Naoki <songofaca...@gmail.com> _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/RCJRT4AAKZ6GEZIYENBOBPXRZJTMPRN4/ Code of Conduct: http://python.org/psf/codeofconduct/