[clean-list] Data intensive programming and Clean

rinus plasmeijer rinus at cs.ru.nl
Thu Dec 15 12:23:42 MET 2011


Hello,

>if you specified heap size 100 MB, your program will eat
100 MB from the system.

The maximum amount of heap space specified is indeed the maximum amount you 
get,
but you can define it very high.
The system can be started with a normal amount, and it will automatically 
increase the heap
when needed with a step size you can define.

> Also, Clean is now completely single threaded, you can't use more than
one core at a time in one process.

The current compilers we use are multi threaded.
We are working on a release...

greetings,

Rinus



More information about the clean-list mailing list