This package provides efficient string matching in Golang via the
Aho-Corasick algorithm.
.
×20 faster than github.com/cloudflare/ahocorasick and
×3 faster than github.com/anknown/ahocorasick
.
Memory consuption is an eighth of github.com/cloudflare/ahocorasick and
half of github.com/anknown/ahocorasick
.
This library is heavily inspired by BurntSushi’s fast implementation of
Aho-Corasick in Rust; see https://github.com/BurntSushi/aho-corasick
Installed Size: 371.7 kB
Architectures: all