Documentation ¶
Index ¶
- func Compress(codec encoding.Integer, in []int32, length int) (duration int64, out []int32, err error)
- func PprofCodec(codec encoding.Integer, in []int32, sizes []int)
- func PprofCompress(codec encoding.Integer, in []int32, length int) (duration int64, out []int32, err error)
- func PprofUncompress(codec encoding.Integer, in []int32, length int) (duration int64, out []int32, err error)
- func RunCompress(codec encoding.Integer, in []int32, length int, prof bool) (duration int64, out []int32, err error)
- func RunTestGzip(data []byte)
- func RunTestLZW(data []byte)
- func RunTestSnappy(data []byte)
- func RunUncompress(codec encoding.Integer, in []int32, length int, prof bool) (duration int64, out []int32, err error)
- func TestCodec(codec encoding.Integer, in []int32, sizes []int)
- func Uncompress(codec encoding.Integer, in []int32, length int) (duration int64, out []int32, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PprofCompress ¶
func PprofUncompress ¶
func RunCompress ¶
func RunTestGzip ¶
func RunTestGzip(data []byte)
func RunTestLZW ¶
func RunTestLZW(data []byte)
func RunTestSnappy ¶
func RunTestSnappy(data []byte)
func RunUncompress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.