Browse thread
Questions on replacing finalizers and memory footprints
[
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: | Thomas Fischbacher <tf@f...> |
| Subject: | Re: [Caml-list] Questions on replacing finalizers and memory footprints |
Richard Jones wrote: > If you want to do this in pure OCaml, probably your best bet would be > to just Marshal the structure and count how big it is. It'll be slow > of course. Actually, the situation that brought up this question is that I have a complicated internal data structure which will free 300 MB of RAM if I delete it, while serializing it produces a file of 94 MB only... So, I would like to have more clarity what is going on here, and which part of this data structure eats how much space. -- Best regards, Thomas Fischbacher tf@functionality.de