Description
A string interning library that stores repeated strings once so applications can compare them quickly by reference instead of by full content.
It is developer infrastructure. Users normally need it only through applications that process many repeated strings, such as browsers, parsers, or document tools.