On Wed, 22 Jul 2020 15:06:59 +0200 Marco Sulla <[email protected]> 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 -- [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/MKD4QHW3NZSJCTYJ2HJWISZTHYLTLUAS/ Code of Conduct: http://python.org/psf/codeofconduct/
