This repository is not active
MichaelSteinecke/InternedString
Represents a string which is guaranteed to be interned. Provides an optimized GetHashCode() and Equals(...) overrides, which rely on reference comparison rather than string contents.
C#MIT