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
_______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
