Zstandard compression and decompression.

Functions

Name

Description

compress

Compress Input with zstd into CompressedBuffer.

decompress

decompress overloads

isAvailable

Return whether this LLVM build was compiled with zstd support.

Variables

Name

Description

BestSizeCompression

zstd compression level favoring ratio over speed.

BestSpeedCompression

zstd compression level favoring speed over ratio.

DefaultCompression

zstd default compression level used by LLVM.

NoCompression

Fastest zstd compression level offered by this API.

Created with MrDocs