Re: AW: AW: AW: [5.0] JSP performance ...

2003-09-10 Thread Kin-Man Chung
> Date: Wed, 10 Sep 2003 18:34:40 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Subject: Re: AW: AW: AW: [5.0] JSP performance ... > To: Tomcat Developers List <[EMAIL PROTECTED]> > > Torsten Fohrer wrote: > > > next try > > Yes, the code is b

Re: AW: AW: AW: [5.0] JSP performance ...

2003-09-10 Thread Remy Maucherat
Torsten Fohrer wrote: next try Yes, the code is better (IMO) and performs a little better also. However, looking more at my profiler, I think the problem with that benchmark is all the not optimized int -> String conversions. Since that's not too useful in the real world (but in that benchmark,

AW: AW: AW: [5.0] JSP performance ...

2003-09-10 Thread Torsten Fohrer
next try -Ursprüngliche Nachricht- Von: Torsten Fohrer [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 13:55 An: 'Tomcat Developers List' Betreff: AW: AW: AW: [5.0] JSP performance ... patched a snapshot to merge template text nodes. I implement followi

Re: AW: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Jeff Tulley
nstag, 9. September 2003 11:31 An: Tomcat Developers List Betreff: Re: AW: AW: [5.0] JSP performance ... Torsten Fohrer wrote: > what's about char[] array/string reusing? > Create only a char array for each unique templatetext node. > > -> > 10 x char[] jspx_te

AW: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
velopers List Betreff: Re: AW: AW: [5.0] JSP performance ... Torsten Fohrer wrote: > what's about char[] array/string reusing? > Create only a char array for each unique templatetext node. > > -> > 10 x char[] jspx_text_1 = "something\n"; > 1 x char[] j

Re: AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Remy Maucherat
Torsten Fohrer wrote: what's about char[] array/string reusing? Create only a char array for each unique templatetext node. -> 10 x char[] jspx_text_1 = "something\n"; 1 x char[] jspx_text_1 = "something\n"; Won't the VM do that internally ? Since apparently you have examined that issue in

AW: AW: [5.0] JSP performance ...

2003-09-09 Thread Torsten Fohrer
what's about char[] array/string reusing? Create only a char array for each unique templatetext node. -> 10 x char[] jspx_text_1 = "something\n"; 1 x char[] jspx_text_1 = "something\n"; cu Torsten Fohrer -Ursprüngliche Nachricht- Von: Remy Maucherat [mailto:[EMAIL PROTECTED] Ges