Well, I have to say Raymond, your StringObject comes in at 4 to 5 times 
faster than javascript's built in string handling. Very cool.




>Hi,
>
>Please let me know the result of your test.
>
>--
>Raymond
>
>--- Jeff Greenberg <[EMAIL PROTECTED]> wrote:
> > I have no doubt that this is faster than using
> > string literals, but is it
> > faster than using Javascript's String Object
> > directly? One of the reasons
> > why string handling is slow with Javascript is that
> > string literals are
> > converted to temporary string objects for
> > processing, than the temp object
> > is discarded.
> >
> > I think I will test this, as I am about to write a
> > Javascript app that will
> > depend heavily on string handling.
> >
> >


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to