I have noticed that the current Jasper does a lot of string manipulations
very slowly, e.g. there are unnecessary copying or concatenations, and
the uses of String where StringBuffer should be used.  Hopefully I can
avoid all of these.

But I don't have high hopes that Jasper performance can be improved to
the point that an user will notice, because the time spent in Jasper
is probably small compared with that spent in javac.  Now if we could
have jasper generate byte code directly...


> Date: Mon, 25 Mar 2002 23:40:05 +0000
> From: Pier Fumagalli <[EMAIL PROTECTED]>
> Subject: Re: [PLAN] New Jasper
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> MIME-version: 1.0
> Content-transfer-encoding: 7bit
> Delivered-to: mailing list [EMAIL PROTECTED]
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> User-Agent: Microsoft-Entourage/10.0.0.1309
> X-Antivirus-Data: Virus data file v4189 created Mar 06 2002
> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Subscribe: <mailto:[EMAIL PROTECTED]>
> List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
> List-Help: <mailto:[EMAIL PROTECTED]>
> List-Id: "Tomcat Developers List" <tomcat-dev.jakarta.apache.org>
> 
> "Kin-Man Chung" <[EMAIL PROTECTED]> wrote:
> 
> > I plan to put back the new japser source tree in a day or two.  If anyone 
has
> > comments, concerns, or objections, please let me know.  Of course, anyone
> > interested in contributing to the new jasper development is also welcome.
> 
> YES PLEASE :) It's quite some time I'm waiting for this... We have a pretty
> heavily loaded website all using JSP, and the current jasper is just so slow
> to even considering using it (not the actual servlet, but the code
> generated). Can't wait to try it out...
> 
>     Pier
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to