I was wondering if the \'find\' method on strings was implemented with a linear search, or if python did something more sophisticated. The Python documentation doesn\'t disc
Looks like the algorithm used originates from Boyer-Moore-Horspool algorithm