const github.com/klauspost/compress/huff0.BlockSizeMax
5 uses
github.com/klauspost/compress/huff0 (current package)
huff0.go#L27: BlockSizeMax = 1<<18 - 1
huff0.go#L135: if len(in) > BlockSizeMax {
huff0.go#L150: if s.MaxDecodedSize <= 0 || s.MaxDecodedSize > BlockSizeMax {
huff0.go#L151: s.MaxDecodedSize = BlockSizeMax
github.com/klauspost/compress/zstd
dict.go#L427: avgSize := min(litTotal, huff0.BlockSizeMax/2)
![]() |
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. |