Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ Encode
Method
Encode
zstd/encoder.go:33–33 ·
view source on GitHub ↗
(blk *blockEnc, src []byte)
Source
from the content-addressed store, hash-verified
31
32
type
encoder
interface
{
33
Encode(blk *blockEnc, src []byte)
34
EncodeNoHist(blk *blockEnc, src []byte)
35
Block() *blockEnc
36
CRC() *xxhash.Digest
Callers
7
compressJob
Method · 0.65
nextBlock
Method · 0.65
encodeAll
Method · 0.65
Encode
Method · 0.65
BuildDict
Function · 0.65
ExampleMakeDict
Function · 0.65
ExampleMakeDict_zstd
Function · 0.65
Calls
no outgoing calls
Tested by
2
ExampleMakeDict
Function · 0.52
ExampleMakeDict_zstd
Function · 0.52