[mercury-users] Notes for a talk.

Peter Schachte pets at students.cs.mu.oz.au
Wed Nov 5 16:08:56 AEDT 1997


On Fri, 31 Oct 1997, Richard A. O'Keefe wrote:

> The rule of thumb for Mercury performance will probably be the same
> as it was for Prolog:
>     - keep your data structures small
>     - keep frequently used data and infrequently used data apart
>     - use backtracking to keep your heap small

... except with the conservative garbage collector (ie, the one current
garbage collector), which doesn't permit heap to be reclaimed on
backtracking. 


-Peter Schachte			| Some lies are so well disguised to resemble
pets at cs.mu.OZ.AU		| truth, that we should be poor judges of the
http://www.cs.mu.oz.au/~pets/	| truth not to believe them. -- Anonymous 
PGP key available on request	| 




More information about the users mailing list