On Fri, Jul 10, 2020 at 2:56 PM Chris Angelico <[email protected]> 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 <[email protected]> _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/RCJRT4AAKZ6GEZIYENBOBPXRZJTMPRN4/ Code of Conduct: http://python.org/psf/codeofconduct/
