Boost logo

Boost :

Subject: Re: [boost] Interest in B-tree library for Boost?
From: Stefan Strasser (strasser_at_[hidden])
Date: 2010-09-15 12:17:22


Zitat von Beman Dawes <bdawes_at_[hidden]>:

> A Boost B-tree library would provide disk-based associative containers
> that scale all the way from really, really, small to really, really,
> large. B-trees perform well on hardware ranging from ancient floppy
> disk drives all the way up to humongous disk arrays. They are the
> technology behind most high-performance disk file systems and
> databases.
>
> If you don't know what a B-tree is, or think that "B-tree" is an
> abbreviation for "Binary tree", you might want to read the Wikipedia
> B-Tree article: http://en.wikipedia.org/wiki/B-tree. Knuth and other
> computer science texts also supply descriptions.

here`s a proposed library by bob walters that deals with large
containers on disk:

http://stldb.sourceforge.net/

I don`t think it implements a B-trees at this point (but some kind of
tree, see trans_map), but aims to provide an infrastructure for any
kind of tree or container.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk