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: | tab@s... |
| Subject: | Re: [Caml-list] Re: Rope is the new string |
On Wed, Oct 10, 2007 at 10:05:11AM +0200, Loup Vaillant wrote: > So, it seem we agree more or less on the interface. Now what about the > implementation? Ropes? Flat? I like ropes, personally: catenation is > made fast, and look-up are still sub-linear. In general Ropes look > cool for functional strings. Last but not the least, they were almost > mandatory for saving Endo at the ICFP this year. ;-) well I think that plain ocaml string are not the way to go, i'ld rather use some immutable string for that. I didn't look in detail the ropes code, but that's probably fine as well. -- Vincent Hanquez