[issue7462] Implement fastsearch algorithm for rfind/rindex

Florent Xicluna report at bugs.python.org
Thu Dec 31 18:57:59 CET 2009


Florent Xicluna <laxyf at yahoo.fr> added the comment:

The benchmark tests show significant improvements in most cases up to 10
times faster.

And I found no test case which show performance regression (using the
"stringbench" benchmark from GvR, and additional tests).

Moreover, the very same algorithm is already implemented for
find/index/partition.

----------

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


More information about the Python-bugs-list mailing list