[
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: | 2002-08-26 (13:44) |
From: | Oleg <oleg_inconnu@m...> |
Subject: | [Caml-list] internal representation of string |
Hi What is the internal representation of string? Is it basically a C-string [with or without terminating '\0'] plus integer storing its size? Or is it something more sophisticated? Also, do functions like String.sub implement copy-on-write mechanism or do they copy when they are called? TIA Oleg ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners