Documentation
¶
Index ¶
- Constants
- func GorillaDecoding(in []byte, out []byte) ([]byte, error)
- func GorillaEncoding(in []byte, out []byte) ([]byte, error)
- func Init()
- func IsEnableMLF() bool
- func SnappyDecoding(in, out []byte) ([]byte, error)
- func SnappyEncoding(in []byte, out []byte) ([]byte, error)
- type Context
- type Float
- type RLE
Constants ¶
View Source
const FloatCompressAlgorithmMLF = "mlf"
View Source
const (
RLEBlockLimit = 1 << 14
)
Variables ¶
This section is empty.
Functions ¶
func IsEnableMLF ¶ added in v1.3.0
func IsEnableMLF() bool
func SnappyDecoding ¶
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func GenerateContext ¶
func (*Context) NotCompress ¶
Click to show internal directories.
Click to hide internal directories.