[issue7462] Implement fastsearch algorithm for rfind/rindex

Antoine Pitrou report at bugs.python.org
Mon Dec 21 13:51:46 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Some things:
- is STRINGLIB_CMP still used? if not, it should be removed (use grep :-))
- please don't use "#if 1"
- if USE_FAST isn't used anymore, it should be remove as well
- did you check that rpartition, split and friends were sped up by the
patch?

Thanks for working on this!

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list