[mercury-users] term_io__read_term fills detstack

Peter Ross pro at missioncriticalit.com
Sat Jan 28 10:15:41 AEDT 2006


On Fri, Jan 27, 2006 at 11:48:27AM +1100, Ralph Becket wrote:
> Hi Ondrej,
> 
> at the moment I don't have time to look into this one, but I have
> experienced the same problem in the past.  A short-term solution
> may be to break up your data into a collection of smaller units.  For
> instance, if your top-level structure is a large list, io.write each
> member separately.
> 
We have the same problem here, and that is what I do.

For example I write a map as
element(K, V).
element(KA, VA).
end_map.
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list