$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSoC] Request for Feedback on Boost.Bloom Filter Project
From: Pierre Morcello (pmorcell-cppfrance_at_[hidden])
Date: 2011-06-25 03:04:37
Hello Alejandro,
In your first example, you wrote :
for (int i = INSERT_MAX; i < CONTAINS_MAX; ++i)
{
if (bloom.probably_contains(i)) cout << "collision" << endl;
}
I suppose that you meant ++collision instead.
Best regards,
Pierre Morcello