Subject: Re: [boost] [GSoC] Request for Feedback on Boost.Bloom Filter Project
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-06-21 09:21:19


On 6/21/2011 12:21 AM, Alejandro Cabrera wrote:
> Hello all,
>
> I'm writing to request feedback, suggestions, and advice from the Boost
> community. I've been working on a Bloom filter data structure for about
> a month and a half now. At this point, the following is complete and
> available in the Boost Sandbox:
> - working, basic prototype (insert & query operations, union & intersect)
> - a test suite covering the public interface
> - five examples
> - documentation covering many aspects of the project (tested on Chrome
> 12 and 13, Firefox 4 and 6)

I would suggest to you that you briefly explain what a Bloom filter
entails, and why it might be important, when sending your message to
this list.