
16 Mar
2007
16 Mar
'07
10:53 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Phil Endecott Sent: Friday, March 16, 2007 3:49 PM To: boost@lists.boost.org Subject: Re: [boost] SQL library with full embedded SQL-syntax
So if someone is looking for something to do, how about starting with containers, iterators and allocators for huge on-disk data structures. This could be based on the existing shared memory containers, but using mmap()ed windows into files. Then we'd probably want some sort of dynamic algorithm selection ("query planning") mechanism.
Do you mean this: http://stxxl.sourceforge.net/ ?