go/src/internal/bytealg/index_amd64.go

const MaxBruteForce

func init() {}

// Cutover reports the number of failures of IndexByte we should tolerate
// before switching over to Index.
// n is the number of bytes processed so far.
// See the bytes.Index implementation for details.
func Cutover(n int) int {}