Skip to main content

MAX_TREE_DEPTH

Constant MAX_TREE_DEPTH 

Source
pub const MAX_TREE_DEPTH: usize = 512;
Expand description

Maximum node depth visited by walk.

Hand-written code rarely exceeds ~100; the limit exists to bound generated and adversarial input, not to constrain real source.