
29 Jul
2009
29 Jul
'09
7:25 a.m.
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. Andrew Bromage