MCPcopy
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

14type fastEnc interface {
15 Encode(dst *tokens, src []byte)
16 Reset()
17}
18
19func newFastEnc(level int) fastEnc {

Callers 15

benchmarkDecodeFunction · 0.65
FuzzEncodingFunction · 0.65
TestRegressionsFunction · 0.65
testBlockHuffFunction · 0.65
testBlockFunction · 0.65
fillWindowMethod · 0.65
deflateLazyMethod · 0.65
storeFastMethod · 0.65
resetMethod · 0.65
Example_resetFunction · 0.65
TestResetFunction · 0.65
TestResetDictFunction · 0.65

Implementers 8

fastEncL5Windowflate/level5.go
doubleFastEncoderzstd/enc_dfast.go
doubleFastEncoderDictzstd/enc_dfast.go
betterFastEncoderzstd/enc_better.go
betterFastEncoderDictzstd/enc_better.go
bestFastEncoderzstd/enc_best.go
fastEncoderzstd/enc_fast.go
fastEncoderDictzstd/enc_fast.go

Calls

no outgoing calls

Tested by 14

benchmarkDecodeFunction · 0.52
FuzzEncodingFunction · 0.52
TestRegressionsFunction · 0.52
testBlockHuffFunction · 0.52
testBlockFunction · 0.52
Example_resetFunction · 0.52
TestResetFunction · 0.52
TestResetDictFunction · 0.52
TestWriterRegressionFunction · 0.52
TestWriter_ResetFunction · 0.52
TestOneMByteFunction · 0.52
TestReaderDictFunction · 0.52