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}
![]() |
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. |