An implementation of IImmutableDictionary<TKey, TValue> that maintains O(1) value lookup, at the cost of mutation performance.
Info
Version: | 1.0.0 |
Author(s): | Jake Meiergerd |
Last Update: | Monday, January 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JakenVeina/ImmutableHashDictionary |
NuGet Url: | https://www.nuget.org/packages/ImmutableHashDictionary |
Install
Install-Package ImmutableHashDictionary
dotnet add package ImmutableHashDictionary
paket add ImmutableHashDictionary
ImmutableHashDictionary Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Collections.Immutable(>= 1.5.0)
Tags