const github.com/klauspost/compress/huff0.ReusePolicyNone
5 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L45: if s.Reuse == ReusePolicyNone {
huff0.go#L58: ReusePolicyNone
github.com/klauspost/compress/zstd
blockenc.go#L79: b.litEnc.Reuse = huff0.ReusePolicyNone
blockenc.go#L815: b.litEnc.Reuse = huff0.ReusePolicyNone
snappy.go#L94: r.block.litEnc.Reuse = huff0.ReusePolicyNone
![]() |
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. |