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

Struct doubleFastEncoder

zstd/enc_dfast.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type doubleFastEncoder struct {
26 fastEncoder
27 longTable [dFastLongTableSize]tableEntry
28}
29
30type doubleFastEncoderDict struct {
31 fastEncoderDict

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected