github.com/andybalholm/brotli/matchfinder.Pathfinder.MinLength (field)
9 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L19: MinLength int
pathfinder.go#L71: if q.MinLength == 0 {
pathfinder.go#L72: q.MinLength = 4
pathfinder.go#L161: if m.End-m.Start > q.MinLength {
pathfinder.go#L170: if m.End-m.Start > q.MinLength {
pathfinder.go#L187: if m.End-m.Start > q.MinLength && m.End-m.Start > currentMatch.End-currentMatch.Start {
pathfinder.go#L253: for j := m.Start + q.MinLength; j <= m.End; j++ {
pathfinder.go#L273: if unmatched == 0 && pending.Start != i && pending.End >= i+q.MinLength &&
pathfinder.go#L276: for j := i + q.MinLength; j <= pending.End; j++ {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |