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: | Goswin von Brederlow <goswin-v-b@w...> |
| Subject: | Re: [Caml-list] Strings |
Alp Mestan <alp@mestan.fr> writes:
> By the way, what would be the use case of lazy strings ?
Strings larger than available memory or where only some small part of
the string are used at any one execution.
MfG
Goswin