On Thu, Jan 30, 2014 at 12:30 PM, Jim Jagielski <j...@jagunet.com> wrote:
> Anything is stdcxx.apache.org usable? > I looked at this a little bit, and correct me if I am wrong, but this is meant as a drop in replacement for the stdcxx that comes with an OS/Compiler? Also, it looks like it also uses red/black trees as well. > > On Jan 30, 2014, at 1:24 PM, Phil Sorber <sor...@apache.org> wrote: > > > https://code.google.com/p/cpp-btree/ > > > > I have been thinking about adding this to libts. It's licensed AL2 > already. > > It currently requires C++11 but there is also a patch to remove that > > dependency that is AL2 licensed as well. > > > > I personally need this because it implements an ordered set where all our > > hash table implementations are obviously unordered. Since std::map is off > > the table, this seems like a good replacement. They even bench it against > > std::map for comparison. > > > > Thoughts? > >