octave-maintainers
[Top][All Lists]
Advanced

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

Re: Some strfns.cc loose ends


From: John W. Eaton
Subject: Re: Some strfns.cc loose ends
Date: Thu, 26 Jul 2012 10:23:05 -0400

On 25-Jul-2012, Daniel J Sebald wrote:

| So then, what about .is_cellstr()?  Any slow down associated with that?

I think there is some slowdown, yes, because we aren't caching the
result, so checking is_cellstr requires looking at all elements of a
cell array to see whether they are character strings.  But the speedup
will be minimal for small cell arrays.

jwe


reply via email to

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