A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
GNU General Public License v2.0
116
stars
20
forks
source link
Matching hangs forever when empty key is inserted #21
Closed
bunyk closed 9 months ago
I accidentally had empty string in my test data and was not able to figure out why tests hang. Maybe consider ingoring such keys when inserting?