type github.com/andybalholm/brotli/matchfinder.M0
5 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L12: type M0 struct {
m0.go#L20: func (M0) Reset() {}
m0.go#L33: func (m M0) hash(data uint64) uint64 {
m0.go#L40: func (m M0) FindMatches(dst []Match, src []byte) []Match {
github.com/andybalholm/brotli
writer.go#L129: mf = matchfinder.M0{Lazy: level == 1}
![]() |
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. |