type github.com/andybalholm/brotli/matchfinder.ZM
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
zm.go#L14: type ZM struct {
zm.go#L21: func (z *ZM) Reset() {
zm.go#L27: func (z *ZM) FindMatches(dst []Match, src []byte) []Match {
zm.go#L295: func (z *ZM) hashShort(u uint64) uint32 {
zm.go#L299: func (z *ZM) hashLong(u uint64) uint32 {
github.com/andybalholm/brotli
writer.go#L139: mf = &matchfinder.ZM{MaxDistance: 1 << 20}
github.com/andybalholm/brotli/flate
writer.go#L30: mf = &matchfinder.ZM{MaxDistance: 1 << 15}
![]() |
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. |