You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Norman Barker <no...@gmail.com> on 2010/09/26 20:09:36 UTC

Fwd: scalable bloom filters in couchdb

Paulo,

many thanks, scalable bloom filters is a very useful addition to the
CouchDB MultiView code and I look forward to testing this with
CouchDB. I have cc'd the couch list to acknowledge your contribution.

Thanks again,

Norman


---------- Forwarded message ----------
From: Paulo Sérgio Almeida <ps...@di.uminho.pt>
Date: 2010/9/26
Subject: Re: scalable bloom filters in couchdb
To: Norman Barker <no...@gmail.com>


On 9/26/10 4:59 PM, Norman Barker wrote:
>
> Paulo,
>
> I have put your scalable bloom filter into couchdb
>
> http://github.com/normanb/couchdb
>
> as a very quick method of intersecting two or more couchdb 'views'.
>
> It is working well, mainly due to your implementation of scalable
> bloom filters, so thank you!

You are welcome. It is always nice to know that the code is useful for
something.

> Though bloom.erl is under ths EPL, which license is bitarray.erl and
> bitarray.erl-hipe-bifs under, can we have your permission to use this
> code in CouchDB?

Sure. Those (specially the 3 liner with hipe-bifs) were so small I
forgot to include a license. I guess I was a bit lazy.

Best Regards,
Paulo