MCPcopy
hub / github.com/klauspost/compress / fastEncoder

Struct fastEncoder

zstd/enc_fast.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type fastEncoder struct {
27 fastBase
28 table [tableSize]tableEntry
29}
30
31type fastEncoderDict struct {
32 fastEncoder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected