Immutable collections that use trie as their internal data structure, and provide a direct replacement for the .net's implementation of ImmutableList and ImmutableDictionary.
Info
| Version: | 1.0.0-alpha |
| Author(s): | Steven Guh |
| Last Update: | Wednesday, May 2, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/stevenguh/ImmutableTrie |
| NuGet Url: | https://www.nuget.org/packages/ImmutableTrie |
Install
Install-Package ImmutableTrie
dotnet add package ImmutableTrie
paket add ImmutableTrie
ImmutableTrie Download (Unzip the "nupkg" after downloading)
Dependencies
- ListSortHelper(>= 1.0.2)
- System.Collections.Immutable(>= 1.4.0)
- Validation(>= 2.4.18)
Tags