hankcs / AhoCorasickDoubleArrayTrie

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
946 stars 289 forks source link

README update #42

Closed MEJIOMAH closed 4 years ago

MEJIOMAH commented 4 years ago

Add thread safe information to readme. Add kts dependency notation to readme

hankcs commented 4 years ago

Thank you.