Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ Reset
Method
Reset
flate/fast_encoder.go:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
type
fastEnc
interface
{
15
Encode(dst *tokens, src []byte)
16
Reset()
17
}
18
19
func
newFastEnc(level int) fastEnc {
Callers
15
benchmarkDecode
Function · 0.65
FuzzEncoding
Function · 0.65
TestRegressions
Function · 0.65
testBlockHuff
Function · 0.65
testBlock
Function · 0.65
fillWindow
Method · 0.65
deflateLazy
Method · 0.65
storeFast
Method · 0.65
reset
Method · 0.65
Example_reset
Function · 0.65
TestReset
Function · 0.65
TestResetDict
Function · 0.65
Implementers
8
fastEncL5Window
flate/level5.go
doubleFastEncoder
zstd/enc_dfast.go
doubleFastEncoderDict
zstd/enc_dfast.go
betterFastEncoder
zstd/enc_better.go
betterFastEncoderDict
zstd/enc_better.go
bestFastEncoder
zstd/enc_best.go
fastEncoder
zstd/enc_fast.go
fastEncoderDict
zstd/enc_fast.go
Calls
no outgoing calls
Tested by
14
benchmarkDecode
Function · 0.52
FuzzEncoding
Function · 0.52
TestRegressions
Function · 0.52
testBlockHuff
Function · 0.52
testBlock
Function · 0.52
Example_reset
Function · 0.52
TestReset
Function · 0.52
TestResetDict
Function · 0.52
TestWriterRegression
Function · 0.52
TestWriter_Reset
Function · 0.52
TestOneMByte
Function · 0.52
TestReaderDict
Function · 0.52