New submission from flox <la...@yahoo.fr>: While looking at issue7458 I stopped on:
/* XXX - create reversefastsearch helper! */ Here is the patch which is just the translation of the same algorithm already implemented for "find/index". http://effbot.org/zone/stringlib.htm Note: it supersedes patch for 7458. ---------- components: Interpreter Core files: fastsearch_rfind.patch keywords: patch messages: 96157 nosy: flox severity: normal status: open title: Implement fastsearch algorithm for rfind/rindex type: performance versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file15505/fastsearch_rfind.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7462> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com