AhoCorasick 1.1.5577.36525

There is a newer version of this package available.
See the version list below for details.
dotnet add package AhoCorasick --version 1.1.5577.36525
NuGet\Install-Package AhoCorasick -Version 1.1.5577.36525
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="AhoCorasick" Version="1.1.5577.36525" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AhoCorasick --version 1.1.5577.36525
#r "nuget: AhoCorasick, 1.1.5577.36525"
#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 AhoCorasick as a Cake Addin
#addin nuget:?package=AhoCorasick&version=1.1.5577.36525

// Install AhoCorasick as a Cake Tool
#tool nuget:?package=AhoCorasick&version=1.1.5577.36525

Implements the Aho-Corasick string search algorithm.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AhoCorasick:

Package Downloads
GcAbstractions

Abstractions for GC library

AutoLink

Replace URIs in text with HTML links

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.258 2,863 2/12/2024
2.0.190 30,124 12/20/2022
2.0.189 303 12/20/2022
2.0.46 376,844 10/18/2019
2.0.29 18,702 6/26/2019
2.0.11 181,760 9/4/2017
1.1.5577.36525 5,982 4/9/2015
1.1.5569.20484 1,261 4/1/2015
1.1.5569.20298 1,266 4/1/2015
1.0.5563.31756 1,318 3/26/2015

Add configurable char comparison.