Constant n_tokens [src]

Number of tokens to accumulate in deflate before starting block encoding. In zlib this depends on memlevel: 6 + memlevel, where default memlevel is 8 and max 9 that gives 14 or 15 bits.

Source

pub const n_tokens = 1 << 15