Browse thread
Strings
[
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: | Romain Beauxis <toots@r...> |
| Subject: | Re: [Caml-list] Strings |
Le Saturday 04 April 2009 11:14:34 David Rajchenbach-Teller, vous avez écrit : > Note that Batteries provides > * regular OCaml strings > * strings with capabilities (i.e. strings which, depending on their > type, can be read-only/write-only/read-write) -- sometimes faster than > regular strings, never slower > * immutable Unicode ropes. Impressive ! I am taking this opportunity to ask wether there exists a String-compatible API that would in fact manipulate lazy strings, i.e. strings which content is read on-the-fly ? Romain