Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
Faster standard C library string search
Reimplementation of basic functions in assembly
Find and replace fixed-strings
#算法刷题#finds the index of a given substring if it exists, otherwise returns -1.