Re: Euphoria web usage analysis

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Fri, 15 Feb 2002 18:17:47 -0500, you wrote:

>function fast_lower(sequence s)
>-- Faster than the standard lower().
>-- Speed of lower() is very important for "any-case" search.
...
> c=s[i]
...
>  s[i] = c + TO_LOWER

Hmmm, so is that (last line) faster than s[i]+=TO_LOWER then?

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu