github.com/klauspost/compress/huff0.Scratch.OutTable (field)
11 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L144: s.OutTable = nil
compress.go#L147: s.OutTable = s.Out
compress.go#L152: s.OutTable = nil
compress.go#L156: s.OutTable = nil
compress.go#L161: s.OutData = s.Out[len(s.OutTable):]
huff0.go#L80: OutTable []byte
huff0.go#L164: s.OutTable = nil
github.com/klauspost/compress/zstd
blockenc.go#L414: println("New tree, compressed to", len(out), "tree size:", len(b.litEnc.OutTable))
blockenc.go#L571: println("new tree, size:", len(b.litEnc.OutTable))
dict.go#L505: out.Write(scratch.OutTable)
dict.go#L507: println("huff table:", len(scratch.OutTable), "bytes")
![]() |
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. |