[scilab-Users] [Scilab]: execution time of "mputl" function

Sylvestre Ledru sylvestre.ledru at scilab.org
Fri Mar 25 22:12:30 CET 2011


It is a (bad) regression. Could you open a bug report:
http://bugzilla.scilab.org/

Thanks,
S

Le vendredi 25 mars 2011 à 22:08 +0100, goudier at free.fr a écrit :
> Hi,
> 
> Pleased "to meet" you.
> I have a problem in writing big ASCII files with "mputl" function :
> For instance with this code :
> 
> stacksize('max');
> IM=zeros(1000,1000);
> IM=matrix(IM,1,1000000);
> IM = string(IM);
> timer();
> mputl(IM,"essai.txt");
> Time=timer()
> 
> With Scilab 5.1.1 Time=18s but with Scilab 5.3.1 Time=9mn !!
> What is the matter with this ?!
> 
> Many thanks if you have an idea and if you could reply to this mail.
> 
> Best Regards,   Jean-Luc Goudier
> 





More information about the users mailing list