On Thu, 12 Sep 2019 at 14:58, Neil Girdhar <mistersh...@gmail.com> 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 -- 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/GJ3I6QKSMNXN37NDALAYEOZ63COX65KZ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to