const github.com/klauspost/compress/huff0.ReusePolicyAllow
6 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L114: if s.Reuse == ReusePolicyAllow && canReuse {
huff0.go#L48: ReusePolicyAllow ReusePolicy = iota
github.com/klauspost/compress/zstd
blockenc.go#L360: b.litEnc.Reuse = huff0.ReusePolicyAllow
blockenc.go#L404: b.litEnc.Reuse = huff0.ReusePolicyAllow
blockenc.go#L520: b.litEnc.Reuse = huff0.ReusePolicyAllow
blockenc.go#L588: b.litEnc.Reuse = huff0.ReusePolicyAllow
![]() |
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. |