On Wed, 22 Jul 2020 15:06:59 +0200
Marco Sulla
<marco.sulla.pyt...@gmail.com> wrote:
> What I'm doing on the contrary is a micro benchmark: I would confront if an
> algorithm is faster in a particular case (immutable dict).
> 
> I runned the benchmarks many times, and even if the absolute values are not
> stable, the delta between dict and frozendict is constant.

The deltas also look small for a micro-benchmark.  I certainly don't
think this is a sufficient reason to add a new datatype to Python.

Regards

Antoine.

_______________________________________________
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/MKD4QHW3NZSJCTYJ2HJWISZTHYLTLUAS/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to