rm.Trie 1.3.5

.NET Standard 2.0
This package has a SemVer 2.0.0 package version: 1.3.5+4332022e1582e78f249edbb2f7e05c5ea1919455.
dotnet add package rm.Trie --version 1.3.5
NuGet\Install-Package rm.Trie -Version 1.3.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="rm.Trie" Version="1.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rm.Trie --version 1.3.5
#r "nuget: rm.Trie, 1.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install rm.Trie as a Cake Addin
#addin nuget:?package=rm.Trie&version=1.3.5

// Install rm.Trie as a Cake Tool
#tool nuget:?package=rm.Trie&version=1.3.5

A trie (prefix tree) data structure implementation in C#.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on rm.Trie:

Package Downloads
OrbintSoft.Yauaa.NetStandard

This is a .NET standard library that tries to parse and analyze the user agent string and extract as many relevant attributes as possible. The library aims to provides a reliable and extensible user agent parsing, browser and device detection. This is a semantic analyzer, so it doesn't rely on any database (except for some very little lookup tables), that means it is able to parse and recognize every day new kind of user agents and new patterns without updates. That makes the library very fast, flexible and easy to mantain, on the contrary the library can't extract info that are not present on user agent string without a proper mapping. The library doesn't aim to recognize every device in the world (there are several thousands), but it is able to work, analyze and extract all attributes available in the user agent. For most common devices we provide a lookup table in yaml file to identify device brand/model based on the few info available in the user agent. The library can be easily extended thanks to yaml files and a simple syntax (we don't rely on regular expression). Thanks to custom yaml definitions, you can make the library able to identify your company applications/ tools and extract your custom fields.

Geohash.SpatialIndex.Core

A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision parameter. The geohasher and prefix tree map providers can be injected by implementing the IGeohasher and/or IGeohashTrieMap interfaces.

TAO3

TAO3 is a .NET Interactive extension for writing data transformation quickly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5 10,084 11/19/2021
1.3.5-alpha0 136 11/19/2021
1.3.4 149 11/19/2021
1.3.3 2,782 8/23/2021
1.3.3-alpha1 82 8/24/2021
1.3.3-alpha 87 8/23/2021
1.3.2-alpha 2,236 11/28/2020
1.3.1-alpha 263 9/17/2020
1.3.0-alpha 262 9/17/2020
1.2.1-alpha 271 9/17/2020
1.2.0-alpha 347 9/13/2020
1.1.0 72,001 8/24/2020
1.1.0-alpha 255 8/24/2020
1.0.3-alpha 2,036 1/19/2019
1.0.2-alpha 481 12/3/2018
1.0.1 40,398 12/3/2018
1.0.1-alpha 741 2/17/2018
1.0.0-alpha 713 2/12/2018

tag: nuget-1.3.5