Re: [boost] [GSoC] Request for Feedback on Boost.Bloom Filter Project

25 Jun
2011
25 Jun
'11
7:04 a.m.
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

26 Jun
26 Jun
10:34 p.m.
New subject: [GSoC] Request for Feedback on Boost.Bloom Filter Project
Pierre Morcello wrote:
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.
Yes, that's what I meant. Thank you for catching the error! -- View this message in context: http://boost.2283326.n4.nabble.com/GSoC-Request-for-Feedback-on-Boost-Bloom-... Sent from the Boost - Dev mailing list archive at Nabble.com.
5100
Age (days ago)
5101
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alejandro Cabrera
-
Pierre Morcello