string_match
string_match copied to clipboard
实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool
Results
1
string_match issues
Sort by
recently updated
recently updated
newest added
性能问题
3
测试之后,发现strstr的性能是最优秀的,不知道作者测试的情况是否相同。你在测试的时候glibc的版本是多少?