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

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Mar 28 12:01:58 CEST 2011


Hello Jean-Luc,

Thanks for reporting this bug.
It is fixed:
http://bugzilla.scilab.org/show_bug.cgi?id=9264

The fix should be available in the nightly build of tomorrow:
http://www.scilab.org/en/communities/developer_zone/scilab_versions/development_version/nightly_builds/branch_53

Regards,
Sylvestre


Le vendredi 25 mars 2011 à 22:12 +0100, Sylvestre Ledru a écrit :
> 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