.NET implementation of radix trees, ported from the Go implementation.
Info
Version: | 1.0.1.10 |
Author(s): | https://github.com/zyborg/Zyborg.RadixTree/graphs/contributors |
Last Update: | Wednesday, February 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zyborg/Zyborg.RadixTree |
NuGet Url: | https://www.nuget.org/packages/Zyborg.Collections.RadixTree |
Install
Install-Package Zyborg.Collections.RadixTree
dotnet add package Zyborg.Collections.RadixTree
paket add Zyborg.Collections.RadixTree
Zyborg.Collections.RadixTree Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- System.ValueTuple(>= 4.3.0)