$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [LibrariesUnderConstruction] newLibrariesUnderConstruction wiki page
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-12-09 13:11:14
----- Original Message -----
From: "Joachim Faulhaber" <afojgo_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, December 09, 2008 6:47 PM
Subject: Re: [boost] [LibrariesUnderConstruction] newLibrariesUnderConstruction wiki page
> Browsing through the list I spotted *DenseSet* on the
> Libraries Wish List.
> "Implementation of dense set of integers using intervals"
<snip>
> I wonder whether you have more properties of DenseSet in mind
> that might go beyond the functionality of itl's interval_sets.
> May be those features could be integrated into the itl.
Hi,
I was thinking of providing the same interface as std::set. The intervals will be a implementation detail. I'm sur that your library could be used to implement this interface.
Best,
Vicente