From mboxrd@z Thu Jan 1 00:00:00 1970 X-Sympa-To: caml-list@inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p8CDMMNA006816 for ; Mon, 12 Sep 2011 15:22:22 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoEFAB0Hbk5auLfF/2dsb2JhbABBmQKPfIFSAQEFODYLEAsYCQQaBw8CNAERBg0BBQICDodnArZNhm4EmFKMCQ X-IronPort-AV: E=Sophos;i="4.68,368,1312149600"; d="scan'208";a="119364359" Received: from 0405ds1-vaer.0.fullrate.dk (HELO fw.fugmann.net) ([90.184.183.197]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 12 Sep 2011 15:22:19 +0200 Received: from [10.0.10.34] (unknown [195.184.103.10]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fw.fugmann.net (Postfix) with ESMTPSA id 2B3FF40062; Mon, 12 Sep 2011 15:22:18 +0200 (CEST) Message-ID: <4E6E0789.40003@fugmann.net> Date: Mon, 12 Sep 2011 15:22:17 +0200 From: Anders Fugmann User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Iceowl/1.0b2 Icedove/3.1.13 MIME-Version: 1.0 To: Gilles Pirio CC: caml-list@inria.fr References: <4E6CC6E1.7010305@fugmann.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Validation-by: af@issuu.com Subject: Re: [Caml-list] Bloom filters Hi Gilles, Thanks for the pointer, its much appreciated. Regards Anders Fugmann On 09/11/2011 06:44 PM, Gilles Pirio wrote: > 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 > >