Skip to main content

WINDOW_LOG_MAX

Constant WINDOW_LOG_MAX 

Source
pub const WINDOW_LOG_MAX: u32 = 31;
Expand description

ZSTD_WINDOWLOG_MAX on 64-bit targets: the largest window log the format permits, and the default ceiling DecodeOptions enforces. It is also the hard cap — raising DecodeOptions::window_log_max above it has no effect, since larger windows are invalid regardless.