An open API service indexing awesome lists of open source software.

https://github.com/srgrr/ahocorasick

A C++ implementation of the Aho Corasick algorithm
https://github.com/srgrr/ahocorasick

aho-corasick-algorithm educational educational-materials experiment string-matching

Last synced: about 2 months ago
JSON representation

A C++ implementation of the Aho Corasick algorithm

Awesome Lists containing this project

README

          

-----------------
| **`Travis CI Status`** |
|-------------------|
|[![Travis](https://img.shields.io/travis/srgrr/AhoCorasick.svg)](https://travis-ci.org/srgrr/AhoCorasick)|

# AhoCorasick
A C++ Aho Corasick's algorithm implementation. It includes a bunch of tests and benchmarks.