$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ boost ] [ Trie ]
From: Cosmin Boaca (boost.cosmin.boaca_at_[hidden])
Date: 2015-03-15 14:05:26
Hello,
The original version [0], intrusive_set [1], std_map with optimized node
for only one value [2].
[0] https://github.com/BoostGSoC13/boost.trie
[1] https://github.com/cosminBoaca/boost.trie
[2] https://github.com/cosminBoaca/boost.trie/tree/std_map
Cosmin