- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IndexRabinKarp (0.41 sec)
-
src/bytes/bytes.go
// we should cutover at even larger average skips, // because Equal becomes that much more expensive. // This code does not take that effect into account. j := bytealg.IndexRabinKarp(s[i:], sep) if j < 0 { return -1 } return i + j } } return -1 } // Cut slices s around the first instance of sep, // returning the text before and after sep.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 35.5K bytes - Viewed (0)