petar-dambovaliev / aho-corasick

efficient string matching in Golang via the aho-corasick algorithm.
MIT License
68 stars 11 forks source link

DFA implementation #3

Closed petar-dambovaliev closed 3 years ago

petar-dambovaliev commented 3 years ago

solves https://github.com/petar-dambovaliev/aho-corasick/issues/2