[
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: | dmitry grebeniuk <gds-mlsts@m...> |
| Subject: | announce: objsize-0.1 |
Hello, caml-list. Some time ago there was a discussion about measuring sizes of ocaml values. I've got some "round tuits" and released a library that I use in my programs for some years. Maybe it will be useful for other people too. It is better than pure ocaml solutions because it doesn't build hash table of visited values, and it uses two bits for each visited value in worst case (but in my practice it used no more than 120kb of additional memory when I measured sizes of 300Mb-values). Readme: http://89.187.37.10/gds/objsize/README Tarball: http://89.187.37.10/gds/objsize/objsize-0.1.tar.gz -- WBR, dmitry mailto:gds-mlsts@moldavcable.com