24 Feb
2005
24 Feb
'05
9:33 p.m.
John.Wismar@autozone.com wrote:
Does Boost have a library that defines a file-based container, perhaps based on a B-tree or equivalent, for very large collections? Or does anyone know of such a thing, or has there been talk about developing one?
Maybe you could try mySql which works with btree files, I think, then on top of that, something like OTL or DTL which provides C++-like iterators ? But of course, this would slower than the library you describe.