----- Original Message -----
> https://code.google.com/p/cpp-btree/
> 
> I have been thinking about adding this to libts. It's licensed AL2 already.

You mean to literally drop it in there, or require it as dependencies for
people to build externally?

> 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.

Are you considering to replace the current uses of std::map too?

> Thoughts?
> 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 8716 7A9F 989B ABD5 100F  4008 F266 55D6 2998 1641

Reply via email to