Skip to main content

INTERN_LENGTH_LIMIT

Constant INTERN_LENGTH_LIMIT 

Source
const INTERN_LENGTH_LIMIT: usize = 64;
Expand description

Length threshold beyond which strings bypass the intern table. Picked from corpus profile: ruby readings, kaeriten marks, and container kind labels are all under 32 bytes; raw annotations and gaiji descriptions can exceed 64 bytes and almost never repeat.