//
pkg.gl
Category
code.gitea.io/gitea
modules
zstd
package
1.24.0-dev
Repository:
https://github.com/go-gitea/gitea.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
3
Files
162 SLOC
#
Functions
NewReader
NewReader returns a new zstd reader.
NewSeekableReader
NewSeekableReader returns a zstd reader to decompress data from seekable format.
NewSeekableWriter
NewSeekableWriter returns a zstd writer to compress data to seekable format.
NewWriter
NewWriter returns a new zstd writer.
#
Constants
SpeedBestCompression
SpeedBetterCompression
SpeedDefault
SpeedFastest
#
Variables
IgnoreChecksum
WithAllLitEntropyCompression
WithDecodeAllCapLimit
WithDecodeBuffersBelow
WithDecoderConcurrency
WithDecoderDictRaw
WithDecoderDicts
WithDecoderLowmem
WithDecoderMaxMemory
WithDecoderMaxWindow
WithEncoderConcurrency
WithEncoderCRC
WithEncoderDict
WithEncoderDictRaw
WithEncoderLevel
WithEncoderPadding
WithLowerEncoderMem
WithNoEntropyCompression
WithSingleSegment
WithWindowSize
WithZeroFrames
#
Structs
SeekableReader
SeekableWriter
#
Type aliases
EncoderLevel
Reader
ReaderOption
Writer
WriterOption