Peter, really appreciate flagging this to us.

I have gone through and replaced all the references we had been using 
StringBuffer with StringBuilder where it was possible.  There are some 
areas we can't because we are overriding a function method that is 
declared outside of our control (aka JDK).

The vast majority of cases of the usage was when we were dumping out to 
WDDX or a dump; so you won't find much performance gain there.   There 
were lots of references when a page was in an error'ed state, so again, 
you aren't going to notice anything there.  I replaced them nonetheless.

The cfParseTag -- all that hit is done at load time and only once.

There was one area I noted that may prove to have a small gain, and this 
inside some expression handling.

Thanks again for prodding us on this issue ... this is the power that 
open source can bring to the table - many eyes.

Peter J. Farrell wrote:
> I'd be happy to take on this task.  What is the work flow for
> contributing?  I don't have committing access so is a patch best?  Also,
> where do I do the work -- on a specific branch or the trunk?

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to