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

Struct doubleFastEncoderDict

zstd/enc_dfast.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type doubleFastEncoderDict struct {
31 fastEncoderDict
32 longTable [dFastLongTableSize]tableEntry
33 dictLongTable []tableEntry
34 longTableShardDirty [dLongTableShardCnt]bool
35}
36
37// Encode mimmics functionality in zstd_dfast.c
38func (e *doubleFastEncoder) Encode(blk *blockEnc, src []byte) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected