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