[Scilab-users] Regarding simple numerical operations result display.

Serge Steer Serge.Steer at inria.fr
Tue Mar 19 11:43:54 CET 2013


Le 19/03/2013 11:26, Dang, Christophe a écrit :
> De la part de Stefan Du Rietz
> Envoyé : mardi 19 mars 2013 11:10
>
>> But gsort is a built-in function (and very efficient):
> I just wonder if it can be as efficient if you write your own function
> and then compile it with comp().
Note that comp is now made automatically when you define a Scilab 
function, but comp only generate a pre-interpreted code not a processor 
binary code so gsort which is a built-in (processor binary code) will be 
in any case much more efficient.


>
> It can be interesting to do so in specific cases:
> a specific implementation might be faster than a general one.
>




More information about the users mailing list