PATTERN_ABBREV

Static PATTERN_ABBREV 

Source
pub static PATTERN_ABBREV: &[(&str, &str)]
Expand description

High-frequency patterns for token-efficient compression

These patterns are 5-8 tokens each and can be replaced with single-token escape sequences for significant savings. Use \u00XX format for JSON safety.

Pattern encoding: \u0001 to \u001F (control chars, valid in JSON strings)