[issue22557] Local import is too slow

Antoine Pitrou report at bugs.python.org
Sun Oct 5 17:04:42 CEST 2014


Antoine Pitrou added the comment:

Some more general comments about this:

- Let's keep in mind the absolute numbers. 0.4501200000013341 for 100000 iterations is 4.5ms per iteration. This is not very slow by CPython's standards.

- I wonder if you ran your benchmark in debug mode or if your CPU is slow :-) I get around 0.5ms per iteration here.

----------

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


More information about the Python-bugs-list mailing list