package
0.0.0-20241028134216-7bf8b198479d
Repository: https://github.com/karalef/quark.git
Documentation: pkg.go.dev

# Functions

ByName returns the compression algorithm by the provided name.
ListAll returns all registered compression algorithms.
ListSchemes returns all registered compressions.
Register registers a compression algorithm.

# Variables

Deflate compression.
ErrInvalidLevel is returned when the compression level is bigger than MaxLevel().
ErrWrongOpts is returned when wrong options type is used.
Gzip compression.
LZ4 compression.
ZSTD compression.

# Structs

LZ4Opts contains optional parameters for lz4.

# Interfaces

Compression represents compression algorithm.
Opts represents compression options.