Skip to content

A C++ implementation of the Aho Corasick algorithm

Notifications You must be signed in to change notification settings

srgrr/AhoCorasick

Repository files navigation


Travis CI Status
Travis

AhoCorasick

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