module Zstandard::Config

Constants

LIBRARY_PATH
MAX_SIMPLE_DECOMPRESS_SIZE

Threshold for switching to streaming decompression

MAX_STREAMING_DECOMRPESS_BUFFER_SIZE

Caps the window size of compressed data to prohibit abuse (e.g. by manipulated frame headers). The docs propose to support at least 8MB.