Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
type
doubleFastEncoder
struct
{
26
fastEncoder
27
longTable [dFastLongTableSize]tableEntry
28
}
29
30
type
doubleFastEncoderDict
struct
{
31
fastEncoderDict
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected