From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Caml Development Kit
Date: Tue, 27 Mar 2001 08:30:33 +0200 [thread overview]
Message-ID: <20010327083033.D17997@verdot.inria.fr> (raw)
In-Reply-To: <Pine.BSF.3.96.1010326205436.83228A-100000@fledge.watson.org>; from patrick@watson.org on Mon, Mar 26, 2001 at 09:12:42PM -0500
Hi,
On Mon, Mar 26, 2001 at 09:12:42PM -0500, Patrick M Doane wrote:
> 2) Use the stream parsers. I hesitate to use them because of their
> status as "experimental" and that be removed at any time. I also have
> heard claims that their performance is not too good compared with other
> techniques. Does anyone know if this true?
For optimal speed and tail recursion, code holding streams or streams
parsers have to be preprocessed by Camlp4. Do:
ocamlc -pp camlp4o foo.ml
instead of:
ocamlc foo.ml
It can make a big difference.
--
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
-------------------
To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr
next prev parent reply other threads:[~2001-03-27 6:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-26 13:03 Fabrice Le Fessant
2001-03-27 2:12 ` Patrick M Doane
2001-03-27 3:15 ` Brian Rogoff
2001-03-27 6:48 ` [Caml-list] Streams Daniel de Rauglaudre
[not found] ` <3AC04E85.EE51D597@univ-savoie.fr>
2001-03-27 8:37 ` Daniel de Rauglaudre
2001-03-27 6:30 ` Daniel de Rauglaudre [this message]
[not found] ` <Pine.BSF.3.96.1010326205436.83228A-100000@fledge.watson.or g>
2001-03-27 3:40 ` [Caml-list] Caml Development Kit Chris Hecker
2001-03-27 18:54 ` Matthieu Villeneuve
2001-03-27 3:47 ` Jacques Garrigue
2001-03-27 7:33 ` Sven LUTHER
2001-03-27 9:36 Fabrice Le Fessant
2001-03-27 18:42 ` Dale Arntson
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=20010327083033.D17997@verdot.inria.fr \
--to=daniel.de_rauglaudre@inria.fr \
--cc=caml-list@inria.fr \
/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