type github.com/andybalholm/brotli/matchfinder.ZFast

6 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		zfast.go#L23: type ZFast struct {
		zfast.go#L32: func (z *ZFast) Reset() {
		zfast.go#L38: func (z *ZFast) FindMatches(dst []Match, src []byte) []Match {
		zfast.go#L204: func (z *ZFast) hash(u uint64) uint32 {

	github.com/andybalholm/brotli
		writer.go#L135: 		mf = &matchfinder.ZFast{MaxDistance: 1 << 20}

	github.com/andybalholm/brotli/flate
		writer.go#L26: 		mf = &matchfinder.ZFast{MaxDistance: 1 << 15}