type github.com/andybalholm/brotli/matchfinder.M4
5 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L15: type M4 struct {
m4.go#L51: func (q *M4) Reset() {
m4.go#L59: func (q *M4) score(m absoluteMatch) int {
m4.go#L63: func (q *M4) FindMatches(dst []Match, src []byte) []Match {
github.com/andybalholm/brotli
writer.go#L148: mf = &matchfinder.M4{
![]() |
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. |