17 Sep
2016
17 Sep
'16
8:47 p.m.
On 17-09-16 21:31, Зайцев Александр wrote:
Hi!
My implementation of Aho-Corasick uses my own implementation of trie data structure. But i want something to use from Boost. Is there trie in Boost?
There's one hiding under the hood in Boost Spirit Qi's `symbol<>` parser. Not sure about genericity or efficiency. But certainly worth checking out.