[][src]Constant compu_brotli_sys::BrotliEncoderParameter_BROTLI_PARAM_LGBLOCK

pub const BrotliEncoderParameter_BROTLI_PARAM_LGBLOCK: BrotliEncoderParameter

Recommended input block size.

Encoder may reduce this value, e.g. if input is much smaller than input block size.

Range is from ::BROTLI_MIN_INPUT_BLOCK_BITS to ::BROTLI_MAX_INPUT_BLOCK_BITS.

@note Bigger input block size allows better compression, but consumes more memory. \n The rough formula of memory used for temporary input storage is 3 << lgBlock.