Constant flate2::ffi::rust::deflate::core::deflate_flags::TDEFL_GREEDY_PARSING_FLAG
source ยท pub const TDEFL_GREEDY_PARSING_FLAG: u32 = 0x0000_4000; // 16_384u32
Expand description
Should we use greedy parsing (as opposed to lazy parsing where look ahead one or more bytes to check for better matches.)