Type Definition banyan_utils::tag_index::Tag[][src]

type Tag = SmolStr;

An index set is a set of u32 indices into the string table that will not allocate for up to 4 indices. The size of a non-spilled IndexSet is 32 bytes on 64 bit architectures, so just 8 bytes more than a Vec.