From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2006-07-21 12:26:26


Hi!

skaller schrieb:
> Does boost provide any trie implementations?

The spirit library does have an trie implementation used for matching
any of a set of strings fast. Developers are currently investigating on
this issue to come up with an improved implementation. Eventually we
might make an trie implementation "public" (it's an implementation
detail currently).

Frank