Chromium Code Reviews
DescriptionSelecting between simple text search and Boyer-Moore now happens by trying
the simple search and bailing out and continuing with Boyer-Moore if the simple
version seems too expensive.
Patch Set 1 #Patch Set 2 : StringSearch now defaults to simple search and falls through to Boyer-Moore if it seems better. #Messages
Total messages: 1 (0 generated)
|