$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] AlRangeExandrescu?
From: Andrei Alexandrescu (andrei_at_[hidden])
Date: 2009-07-29 03:33:59
Andrew Bromage wrote:
> G'day all.
>
> Andrei Alexandrescu <andrei <at> metalanguage.com> writes:
>
>> Incidentally I've implemented an inverted index as a random-access range
>> of input ranges, and found it an extremely satisfying design. Probably
>> it's the best range-based design I put together so far.
>
> I'm sure it was very easy to design and code (and from your description,
> it does indeed sound neat), but I'm guessing that it suffers from the
> same memory usage problem as Boost.MultiIndex.
What is the memory usage problem you're referring to?
Thanks,
Andrei