package
0.1.1
Repository: https://github.com/ldclabs/ldvm.git
Documentation: pkg.go.dev

# Functions

NewZstdReader returns a new zstd Reader with the given io.Reader.
NewZstdWriter returns a new zstd Writer with the given io.Writer.

# Structs

zstdReader is an optimized wrapper of zstd.Decoder with sync.Pool support.
ZstdWriter is an optimized wrapper of zstd.Encoder with sync.Pool support.