type github.com/andybalholm/brotli/matchfinder.Trio
8 uses
github.com/andybalholm/brotli/matchfinder (current package)
trio.go#L7: type Trio struct {
trio.go#L15: func (z *Trio) Reset() {
trio.go#L22: func (z *Trio) FindMatches(dst []Match, src []byte) []Match {
trio.go#L316: func (z *Trio) hash5(u uint64) uint32 {
trio.go#L320: func (z *Trio) hash8(u uint64) uint32 {
trio.go#L324: func (z *Trio) hash12(u uint64, e uint32) uint32 {
github.com/andybalholm/brotli
writer.go#L141: mf = &matchfinder.Trio{MaxDistance: 1 << 20}
github.com/andybalholm/brotli/flate
writer.go#L32: mf = &matchfinder.Trio{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. |