minimize overhead when returning objects from procedures
Jack · Thu Oct 10, 2013 12:35 pm
What is a reasonable method in Singular ( less copying, less memory usage footprint )
to return rings and other objects from procedures
if there are several calling levels
- use return()
or
- update a passed list reference parameter?
or
- < put your approach here>
to return rings and other objects from procedures
if there are several calling levels
- use return()
or
- update a passed list reference parameter?
or
- < put your approach here>