type github.com/andybalholm/brotli/matchfinder.Bargain2
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
bargain2.go#L17: type Bargain2 struct {
bargain2.go#L34: func (z *Bargain2) Reset() {
bargain2.go#L40: func (z *Bargain2) FindMatches(dst []Match, src []byte) []Match {
bargain2.go#L242: func (z *Bargain2) hash5(u uint64) uint32 {
bargain2.go#L246: func (z *Bargain2) hash8(u uint64) uint32 {
github.com/andybalholm/brotli
writer.go#L145: mf = &matchfinder.Bargain2{MaxDistance: 1 << 20, Skip: true}
writer.go#L147: mf = &matchfinder.Bargain2{MaxDistance: 1 << 20}
![]() |
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. |