Documentation
¶
Overview ¶
Package fse provides Finite State Entropy encoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIncompressible = errors.New("input is not compressible") ErrUseRLE = errors.New("input is single value repeated") )
Compression sentinel errors.
Functions ¶
Types ¶
type Scratch ¶
type Scratch struct {
Out []byte
DecompressLimit int
MaxSymbolValue uint8
TableLog uint8
// contains filtered or unexported fields
}
Scratch holds reusable state for FSE compression and decompression.
func (*Scratch) HistogramFinished ¶
HistogramFinished marks the histogram as externally populated.
Click to show internal directories.
Click to hide internal directories.