]> granicus.if.org Git - python/commit
Issue #23573: Increased performance of string search operations (str.find,
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 19:55:47 +0000 (21:55 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 19:55:47 +0000 (21:55 +0200)
commitd9d769fcdd573ab12b628798288c02dceba53505
treeb61e4767ddb9a89e4402a041f381584662363584
parentf7ef47583e743ebecaae8c93dcb92e7a5792884f
Issue #23573: Increased performance of string search operations (str.find,
str.index, str.count, the in operator, str.split, str.partition) with
arguments of different kinds (UCS1, UCS2, UCS4).
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/stringlib/fastsearch.h
Objects/stringlib/find.h
Objects/unicodeobject.c