From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p8CEv47L010888 for ; Mon, 12 Sep 2011 16:57:04 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiICAOccbk5KfVI0kGdsb2JhbAAnGpkCh0QBhzcIFAEBAQEJCQ0HFAQigVIBAQEBAgESAiwBGxILAQMBCwYFBAEGGiEiAREBBQEKEgYTCAoQh1UEJJljCotAgleEWjuIbQIDBoZoBIJUkGeMdD2ECQ X-IronPort-AV: E=Sophos;i="4.68,368,1312149600"; d="scan'208";a="108651981" Received: from mail-ww0-f52.google.com ([74.125.82.52]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 12 Sep 2011 16:57:04 +0200 Received: by wwj40 with SMTP id 40so2930699wwj.9 for ; Mon, 12 Sep 2011 07:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=BWDNv5PCp7srbCNM6orhaQ6B1N+4moqrkPmavkS+QWs=; b=dqtLXEP9j9HuXapMD4aAlJRQNxyFdWEtnNNpj9IW8HFkXaKp0s9iNB+9poBZD4EZlq nBipHN8oNYvqbj/ozOoFNUYFqewtSMmeE1vZ3B+wwrIHTxq2M619qcYi9o9XWN2tPPhN fpnvwJKQOczvf7iXyON9jN3K4ronLvb0CP6UM= Received: by 10.227.201.79 with SMTP id ez15mr1645701wbb.99.1315839423051; Mon, 12 Sep 2011 07:57:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.84.2 with HTTP; Mon, 12 Sep 2011 07:56:43 -0700 (PDT) In-Reply-To: <4E6CC6E1.7010305@fugmann.net> References: <4E6CC6E1.7010305@fugmann.net> From: Ashish Agarwal Date: Mon, 12 Sep 2011 10:56:43 -0400 Message-ID: To: Anders Fugmann Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=000e0ce0048464785c04acbfbd2f Subject: Re: [Caml-list] Bloom filters --000e0ce0048464785c04acbfbd2f Content-Type: text/plain; charset=ISO-8859-1 There was a PADL paper presenting an implementation in Haskell: http://blog.malde.org/index.php/2009/02/11/notes-from-padl/ On Sun, Sep 11, 2011 at 10:34 AM, Anders Fugmann wrote: > Hi, > > Before starting my own Bloom filter implementation, I want to ask if > anyone knows of any existing implementation of Bloom filters in Ocaml. > I'm especially interested in counting bloom filters. > > Regards > Anders Fugmann > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa-roc.inria.fr/wws/info/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > --000e0ce0048464785c04acbfbd2f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable There was a PADL paper presenting an implementation in Haskell:


On Sun, Sep 11, 2011 at 10:34 AM, Anders Fugmann <anders@fugmann.net> wrote:<= br>
Hi,

Before starting my own Bloom filter implementation, I want to ask if
anyone knows of any existing implementation of Bloom filters in Ocaml.
I'm especially interested in counting bloom filters.

Regards
Anders Fugmann

--
Caml-list mailing list. =A0Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


--000e0ce0048464785c04acbfbd2f--