codefever / ahocorasick

A simple implementation for Aho-Corasick in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codefever's ahocorasick

A naive implementaion of ahocorasick based on Double-Array-Trie.

Some optimization done

  • Use intrusive-list to accelerate the way to find empty entries.

About

A simple implementation for Aho-Corasick in Go


Languages

Language:Go 100.0%