Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
core
|
|
github.com
|
|
klauspost/compress/flate
Package flate implements the DEFLATE compressed data format, described in RFC 1951.
|
Package flate implements the DEFLATE compressed data format, described in RFC 1951. |
klauspost/compress/fse
Package fse provides Finite State Entropy encoding and decoding.
|
Package fse provides Finite State Entropy encoding and decoding. |
klauspost/compress/gzip
Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
|
Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
klauspost/compress/huff0
Package huff0 provides fast huffman encoding as used in zstd.
|
Package huff0 provides fast huffman encoding as used in zstd. |
klauspost/compress/s2
Package s2 implements the S2 compression format.
|
Package s2 implements the S2 compression format. |
klauspost/compress/snappy
Package snappy implements the Snappy compression format.
|
Package snappy implements the Snappy compression format. |
klauspost/compress/zip
Package zip provides support for reading and writing ZIP archives.
|
Package zip provides support for reading and writing ZIP archives. |
klauspost/compress/zlib
Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.
|
Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950. |
klauspost/compress/zstd
Package zstd provides decompression of zstandard files.
|
Package zstd provides decompression of zstandard files. |
pierrec/lz4
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression).
|
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). |
pierrec/xxHash/xxHash32
Package xxHash32 implements the very fast xxHash hashing algorithm (32 bits version).
|
Package xxHash32 implements the very fast xxHash hashing algorithm (32 bits version). |
Click to show internal directories.
Click to hide internal directories.