
On Thu, Jun 11, 2009 at 12:48 AM, Sebastian Redl<sebastian.redl@getdesigned.at> 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
Dean Michael Berris wrote: 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