Browse thread
Correct way of programming a CGI script
-
Tom
- Dario Teixeira
- Gerd Stolpmann
-
Loup Vaillant
- Christophe TROESTLER
[
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: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
| Subject: | Re: [Caml-list] Correct way of programming a CGI script |
On Mon, 8 Oct 2007 18:11:52 +0200, Loup Vaillant wrote: > > 2007/10/8, Tom <tom.primozic@gmail.com>: > > > > I heard that OCaml is particularly slow (and probably memory-inefficient) > > when it comes to string manipulation. What is the preferred way in handling > > strings (building long strings from short parts - something StringBuilder > > would be used in Java)? Does anybody have any experience concerning this > > kind of applications? > > Someone (don't remember the name) implemented ropes in Ocaml. Ropes > were specifically designed for string manipulation, if I remember > well. Maybe this is worth a look. Have a look here : http://sourceforge.net/projects/ocaml-rope ChriS