Browse thread
[Caml-list] Caml Development Kit
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Caml Development Kit |
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