Skip to main content

MAX_SHORT_LEN

Constant MAX_SHORT_LEN 

Source
pub const MAX_SHORT_LEN: usize = 40;
Expand description

Strings up to this byte length are interned in the heap’s string table; longer strings are heap-individual and hashed lazily.