Skip to main content

BATCH_MAX

Constant BATCH_MAX 

Source
pub const BATCH_MAX: usize = 64;
Expand description

The largest batch the shard loop drains in one pass (04 section 3).

This is also the C ABI’s BATCH_MAX and the size of every _many form, so it is here rather than in the shard crate.