octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8066] speedup of strjoin


From: anonymous
Subject: [Octave-patch-tracker] [patch #8066] speedup of strjoin
Date: Tue, 04 Jun 2013 17:53:46 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #1, patch #8066 (project octave):

With attached patch:

> % long string, less cells
> a={repmat('a',1,1e5)};
> b=repmat(a,1,1e3);

> tic
> c1=strjoin(b);
> toc
Elapsed time is 0.1559851 seconds.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8066>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]