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

存储代码是否有问题 #40

Open Soulscb opened 4 years ago

Soulscb commented 4 years ago

博主,我500KB的词典存下来大概有5M大小,这是为什么呀?