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

Thread safe #41

Open MEJIOMAH opened 4 years ago

MEJIOMAH commented 4 years ago

Is AhoCorasickDoubleArrayTrie is thread safe after building?

hankcs commented 4 years ago

Yes.

MEJIOMAH commented 4 years ago

Append this to readme https://github.com/hankcs/AhoCorasickDoubleArrayTrie/pull/42