Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const MaxBruteForce + const PrimeRK + var MaxLen int + func Compare(a, b []byte) int + func Count(b []byte, c byte) int + func CountString(s string, c byte) int + func Cutover(n int) int + func Equal(a, b []byte) bool + func HashStr(sep string) (uint32, uint32) + func HashStrBytes(sep []byte) (uint32, uint32) + func HashStrRev(sep string) (uint32, uint32) + func HashStrRevBytes(sep []byte) (uint32, uint32) + func Index(a, b []byte) int + func IndexByte(b []byte, c byte) int + func IndexByteString(s string, c byte) int + func IndexRabinKarp(s, substr string) int + func IndexRabinKarpBytes(s, sep []byte) int + func IndexString(a, b string) int