caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Julien Signoles <julien.signoles@gmail.com>
To: Eray Ozkural <examachine@gmail.com>
Cc: Michael Ekstrand <michael@elehack.net>, caml-list@yquem.inria.fr
Subject: Re: [Caml-list] performance of ocamlgraph and ocaml batteries
Date: Mon, 13 Dec 2010 16:51:02 +0100	[thread overview]
Message-ID: <AANLkTingAacccxQtWTtjS=KRLNxXZhFTEFEXi5FDAVTu@mail.gmail.com> (raw)
In-Reply-To: <AANLkTi=eAYURHwSSt9=PadmLym7dWmnAGxsu_K2rR=5f@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

Hello,

2010/12/13 Eray Ozkural <examachine@gmail.com>

> Oww, is the imperative implementation using hash tables or maps then?
>

Imperative implementations use hash tables (except the ones called Matrix
which use arrays of bitvectors) while persistent implementations use maps.


> Shouldn't be too hard to plug your own in ocamlgraph if needed.
>

OcamlGraph is designed for such an use : each algorithm provided by the
library is a functor parameterized by the required graph operations
(iterators over vertices and edges, ...). Thus you can provide your own in
an easy way.

Hope this helps,
Julien Signoles

[-- Attachment #2: Type: text/html, Size: 1080 bytes --]

  reply	other threads:[~2010-12-13 15:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-13  5:09 Kihong Heo
2010-12-13 14:47 ` [Caml-list] " Michael Ekstrand
2010-12-13 15:02   ` Eray Ozkural
2010-12-13 15:51     ` Julien Signoles [this message]
2010-12-14 11:02       ` Eray Ozkural

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTingAacccxQtWTtjS=KRLNxXZhFTEFEXi5FDAVTu@mail.gmail.com' \
    --to=julien.signoles@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=examachine@gmail.com \
    --cc=michael@elehack.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).