Constant re_int_histogram::tree::MAX_SPARSE_LEAF_LEN
source · const MAX_SPARSE_LEAF_LEN: usize = 32;
Expand description
When a SparseLeaf
goes over this, it becomes a BranchNode
.
const MAX_SPARSE_LEAF_LEN: usize = 32;
When a SparseLeaf
goes over this, it becomes a BranchNode
.