Description
Software can compare repeated strings faster by storing shared interned values.
This library is useful for parsers, browsers, document tools, and applications that need many repeated string comparisons with less memory churn. It does not add a user-facing program; another application uses it as an internal optimization.
String interning changes performance characteristics, not the visible text itself. Test with realistic data sizes when performance matters.