Skip to main content

SmallNodeVec

Type Alias SmallNodeVec 

Source
pub type SmallNodeVec = SmallVec<[u64; 4]>;
Expand description

Inline capacity for node_ids and child_offsets. Most lazy list items have 1-2 root nodes, so 4 avoids heap allocation in the common case while keeping stack size reasonable.

Aliased Typeยง

pub struct SmallNodeVec { /* private fields */ }