Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
2 packages returned for Tags:"Interning"
Sort by
Relevance
Downloads
Recently updated
InternedString
by:
astef
4,327 total downloads
last updated
11/14/2019
Latest version:
1.0.92
String
Interning
GetHashCode
Equals
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.
Condensed
by:
markwaterman
704 total downloads
last updated
5/7/2016
Latest version:
0.1.0-alpha1
Condensed
CondensedCollection
Interning
Deduplication
Flyweight
Compress
An IList<T> implementation that uses interning (deduplication) for memory-efficient storage of immutable items.