[issue15145] Faster *_find_max_char

Serhiy Storchaka report at bugs.python.org
Fri Jun 22 23:59:38 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

> Are there any circumstances where this produces a larger speedup?

I don't know. *_find_max_char in any case only a part of expensive
functions. Even if it is optimized to zero time, this will most likely
not produce a larger speedup.

> I don't think a 10% improvement on a micro-benchmark is interesting at all (it's basically 0% on any real-world program).

I agree. It is rather a question of purity. In my opinion the function
has become easier (for developer and for compiler).

----------

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


More information about the Python-bugs-list mailing list