github.com/andybalholm/brotli/matchfinder.Pathfinder.TableBits (field)
6 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L27: TableBits int
pathfinder.go#L77: if q.TableBits == 0 {
pathfinder.go#L78: q.TableBits = 17
pathfinder.go#L80: if len(q.table) < 1<<q.TableBits {
pathfinder.go#L81: q.table = make([]uint32, 1<<q.TableBits)
pathfinder.go#L128: h := ((binary.LittleEndian.Uint64(src[i:]) & (1<<(8*q.HashLen) - 1)) * hashMul64) >> (64 - q.TableBits)
![]() |
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. |