[issue18986] Add a case-insensitive case-preserving dict

Serhiy Storchaka report at bugs.python.org
Fri Sep 13 22:00:04 CEST 2013


Serhiy Storchaka added the comment:

> Does it slow down regular dicts?

I were surprized, but yes. The ComplexPythonFunctionCalls test from pybench is 40% slower with ctransformdict.patch (and I still don't known why). With dict__transform__.patch it is only 2% slower. All other pybench tests are approximately equal.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18986>
_______________________________________


More information about the Python-bugs-list mailing list