An IList<T> implementation that uses interning (deduplication) for memory-efficient storage of immutable items.
Info
| Version: | 0.1.0-alpha1 |
| Author(s): | Mark Waterman |
| Last Update: | Saturday, May 7, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/markwaterman/CondensedDotNet |
| NuGet Url: | https://www.nuget.org/packages/Condensed |
Install
Install-Package Condensed
dotnet add package Condensed
paket add Condensed
Condensed Download (Unzip the "nupkg" after downloading)
Dependencies
Tags