Browse thread
Correct way of programming a CGI script
[
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: | Loup Vaillant <loup.vaillant@g...> |
| Subject: | Re: [Caml-list] Correct way of programming a CGI script |
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. Loup Vaillant