rayxin

Results 2 comments of rayxin

![image](https://user-images.githubusercontent.com/59723873/121322552-a7311100-c941-11eb-9978-581166f45284.png)

indexof如果像楼上们那样写的话,速度太慢了,最简单的就是直接用indexof,如果是要实现他,当然是用kmp算法,速度最快。 [https://github.com/chengruixin/rax-search/blob/main/src/exactMatch/patternFinder.ts](https://github.com/chengruixin/rax-search/blob/main/src/exactMatch/patternFinder.ts)