On 3/7/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
> If you commit
> - remove the cache - its a bad idea

by cache do you mean PADDING? yea, that is gone.

> - use o.a.c.l.StrBuilder not StringBuffer its non-sync

I actually just now decied it will be fastest to just create and fill
a char[] array and then return new String(char[]) that.

> Stephen
>
>
> Sandy McArthur wrote:
> > Since no one seems to object I'll commit what I described here shortly:
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=38792#c3
> >
> > On 3/7/06, Gary Gregory <[EMAIL PROTECTED]> wrote:
> >
> >>Hello:
> >>
> >>Can we take care of this PADDING issue and think of a release? It's been
> >>too long IMO. Are there any roadblocks?
> >>
> >>Gary
> >>
> >>
> >>>-----Original Message-----
> >>>From: Henri Yandell [mailto:[EMAIL PROTECTED]
> >>>Sent: Sunday, March 05, 2006 11:34 PM
> >>>To: Jakarta Commons Developers List
> >>>Subject: [lang] lazy load of PADDING in StringUtils
> >>>
> >>>Anyone against switching the PADDING variable to lazily load in the
> >>>padding function?
> >>>
> >>>http://issues.apache.org/bugzilla/show_bug.cgi?id=38792
> >>>
> >>>Hen
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >
> > --
> > Sandy McArthur
> >
> > "He who dares not offend cannot be honest."
> > - Thomas Paine
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

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

Reply via email to