[Scilab-users] Large variables and execution speeds

Samuel Gougeon sgougeon at free.fr
Sun Mar 1 20:08:34 CET 2015


Hello Clément,

Le 25/02/2015 09:16, Clément David a écrit :
> .../...
> However using a tlist rhs/lhs force a copy which is not needed, using
> named arguments let the interpreter avoid some copies.
Do you mean that calls such as

myfun(a, parname2=val2, parname1=val1)

saves time and memory w.r.t.

myfun(a, val1, val2)

?
Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150301/d29f2e27/attachment.htm>


More information about the users mailing list