Boost logo

Boost :

Subject: Re: [boost] Boost.Bloom_filter now in Sandbox (WAS Re: Interest in a Bloom Filter?)
From: Dean Michael Berris (mikhailberis_at_[hidden])
Date: 2009-06-11 03:20:38


On Thu, Jun 11, 2009 at 12:48 AM, Sebastian
Redl<sebastian.redl_at_[hidden]> wrote:
> Dean Michael Berris wrote:
>> And as of revision 53785 of the Boost Sandbox, boost::bloom_filter<>
>> now has the following template parameters:
>>
>>   template <class Input, class Sequence, class Block, class Allocator>
>>     struct bloom_filter;
>>
>> Sequence is a Fusion-compliant sequence of hash functions.
> So call it HashFunctions or HashSequence. Intuitively, I'd interpret
> Sequence as "the underlying sequence", i.e. the container that stores
> the bits. And yes, I know that makes no sense for a Bloom filter.
>

Okay, that makes sense. ;-)

Changing it soon. :-)

-- 
Dean Michael Berris | Software Engineer, Friendster, Inc.
blog.cplusplus-soup.com | twitter.com/mikhailberis |
linkedin.com/in/mikhailberis | profiles.friendster.com/mikhailberis |
deanberris.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk