[
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: | David Monniaux <monniaux@d...> |
| Subject: | Re: Re: [Caml-list] newbie questions |
On Tue, 8 Apr 2003, Dr.Dr.Ruediger M.Flaig wrote: > first thanks a lot to all for their suggestions, which considerable > helped me to make myself at home with CAML... My general impression, > however, is that there is still no match for arrays (no pun intended) > when fast processing of large amounts of data is an issue. Does this > correspond to your experiences? Please define "fast processing of large amounts of data". This can mean widely different things. If you are dealing with matrices (numerical analysis...), yes, probably you want Array's or Bigarray's. Otherwise, even for structures mapping an integer range to values, arrays may not be the best choice. I have in mind a particular example where we used a balanced binary map from integers to values, because this allowed implementing certain optimizations (see section 6.2 of http://www.di.ens.fr/~monniaux/biblio/Static_analyzer_LNCS2566.pdf ). Regards, David Monniaux http://www.di.ens.fr/~monniaux Laboratoire d'informatique de l'École Normale Supérieure, Paris, France ------------------- 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