On Thu, 12 Sep 2019 at 14:58, Neil Girdhar <[email protected]> wrote: > > I'll let other people comment on this wrt Python (even though I think it > looks cool and useful to me). Out of curiosity, why does frozenmap not have > the same runtime and ordering guarantees as dict?
Presumably because the implementation needs to be different to handle the immutability, and that puts constraints on the most efficient implementation techniques? Paul _______________________________________________ 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/GJ3I6QKSMNXN37NDALAYEOZ63COX65KZ/ Code of Conduct: http://python.org/psf/codeofconduct/
