From mboxrd@z Thu Jan 1 00:00:00 1970 X-Sympa-To: caml-list@inria.fr 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 p8BGiILv021376 for ; Sun, 11 Sep 2011 18:44:18 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlYDADDlbE5KfVMzimdsb2JhbABBmRGHRAGHPAgUAQEBCgkNBxIGIoFSAQEEARICLAEBLAsBBAsLBAEGGiEiEgEFAQoSBhMSEIdVBJkHCo4XAY0LBYZugliFGYtOjHQ9hA0 X-IronPort-AV: E=Sophos;i="4.68,364,1312149600"; d="scan'208";a="108519333" Received: from mail-gw0-f51.google.com ([74.125.83.51]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-MD5; 11 Sep 2011 18:44:11 +0200 Received: by gwj17 with SMTP id 17so3357840gwj.10 for ; Sun, 11 Sep 2011 09:44:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6vpWivogE+Nyb4MQbT47ct64j5vShmdIfiuCON2V3DU=; b=X19ncVW0AFIzvSxbbR3nKMrCX+JAUJUIZT7Vff4jR7qsLZI6xToNXRZ4UflMZuHWWe OOeazX54hYO4H9YAVB0d0IdhHWvFh7eq7kMxi2PfFaKwbHFcZ14YUdJfSbkertsorl0U myTSNVk1mGSH/GzDOX+RHqOrzyaHy5/36DVWg= MIME-Version: 1.0 Received: by 10.68.64.164 with SMTP id p4mr2227565pbs.128.1315759449553; Sun, 11 Sep 2011 09:44:09 -0700 (PDT) Received: by 10.68.42.40 with HTTP; Sun, 11 Sep 2011 09:44:09 -0700 (PDT) In-Reply-To: <4E6CC6E1.7010305@fugmann.net> References: <4E6CC6E1.7010305@fugmann.net> Date: Sun, 11 Sep 2011 09:44:09 -0700 Message-ID: From: Gilles Pirio To: Anders Fugmann Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=bcaec5430a1699bc2904acad1e9d X-Validation-by: gilles.ocaml@googlemail.com Subject: Re: [Caml-list] Bloom filters --bcaec5430a1699bc2904acad1e9d Content-Type: text/plain; charset=ISO-8859-1 Hi Martin Jambon's implementation of Bloom filters can be found at https://github.com/mjambon/memories I know he's actively watching this list so feel free to contact him for further info. Hope this helps Gilles On Sun, Sep 11, 2011 at 7: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 > > --bcaec5430a1699bc2904acad1e9d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

Martin Jambon's implementation of Bloom filters c= an be found at https://github.com/mjambon/memories

I kn= ow he's actively watching this list so feel free to contact him for fur= ther info.

Hope this helps
Gilles



On Sun, Sep 11, 2011 at 7:34 AM, Anders= Fugmann <anders@fugmann.net> 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. =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


--bcaec5430a1699bc2904acad1e9d--