From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 33D9D7F890 for ; Mon, 24 Mar 2014 10:46:16 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.161 as permitted sender) identity=mailfrom; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.161 as permitted sender) identity=helo; client-ip=134.160.33.161; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="postmaster@postman.riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao4BAHf+L1OGoCGhm2dsb2JhbABZg0HEcw4BAQEBAQgJCwkUKIJkfTQCTA0IAQGHdQ2cQLEqEwSTOQSJUI56lW0 X-IPAS-Result: Ao4BAHf+L1OGoCGhm2dsb2JhbABZg0HEcw4BAQEBAQgJCwkUKIJkfTQCTA0IAQGHdQ2cQLEqEwSTOQSJUI56lW0 X-IronPort-AV: E=Sophos;i="4.97,719,1389740400"; d="scan'208";a="64404281" Received: from postman1.riken.jp (HELO postman.riken.jp) ([134.160.33.161]) by mail2-smtp-roc.national.inria.fr with ESMTP; 24 Mar 2014 10:46:14 +0100 Received: from postman.riken.jp (postman1.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id AC8EF32C0200 for ; Mon, 24 Mar 2014 18:46:10 +0900 (JST) Received: from watson.prg.gsc.riken.jp (ipm04.gsc.riken.go.jp [134.160.83.74]) by postman.riken.jp (Postfix) with ESMTPA id 83A5B32A0092 for ; Mon, 24 Mar 2014 18:46:10 +0900 (JST) Message-ID: <532FFEE2.60307@riken.jp> Date: Mon, 24 Mar 2014 18:46:10 +0900 From: Francois Berenger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: caml-list Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.3.24.93615 Subject: [Caml-list] release of itv-tree 1.0 Hello, Hopefully soon, itv-tree will be available in OPAM. The project is here: https://github.com/UnixJunkie/interval-tree The interface here: https://github.com/UnixJunkie/interval-tree/blob/master/lib/interval_tree.mli An example/test here: https://github.com/UnixJunkie/interval-tree/blob/master/lib_test/test.ml I used it successfully to accelerate detection of sphere collisions in a previous project. I need it once again in another project to accelerate something else, so I put it in OPAM this time. -- Best regards, Francois Berenger.