9 Jun
2015
9 Jun
'15
6:26 p.m.
On Tue, Jun 9, 2015 at 12:10 PM, Phil Endecott < spam_from_boost_dev@chezphil.org> wrote:
Zach Laine
writes: Timo Bingmann wrote:
I want to ask if there is an interest in adding an in-memory B+-Tree container implementation that I wrote some time ago:
https://github.com/bingmann/stx-btree http://panthema.net/2007/stx-btree/
Beman Dawes has a very good implementation as well, FYI.
That's not in-memory, IIRC.
It is, optionally. And it typically outperforms std::map and friends when it is in-memory. Zach