Hi,

if your only concern is memory usage, then stick to C/C++. Mozart itself is written in C++, so your problem can be solved in C++ at least as well as in Mozart :-) If you use std C++ containers for data storage, take a look at www.boost.org for a couple of useful template classes that help with memory fragmentation (e.g. the Pool library). If you post (or send me) your C++ program, I can perhaps give you some tips.

Cheers,
Filip
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to