github.com/andybalholm/brotli/matchfinder.Writer.BlockSize (field)
6 uses
github.com/andybalholm/brotli/matchfinder (current package)
matchfinder.go#L51: BlockSize int
matchfinder.go#L64: if w.BlockSize == 0 {
matchfinder.go#L70: for pos = 0; pos+w.BlockSize <= len(w.inBuf) && w.err == nil; pos += w.BlockSize {
matchfinder.go#L71: w.writeBlock(w.inBuf[pos:pos+w.BlockSize], false)
github.com/andybalholm/brotli
writer.go#L172: BlockSize: 1 << 16,
![]() |
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. |