On Thu, 05 Aug 2004 19:17:08 -0400, Brian Lee <[EMAIL PROTECTED]> wrote: > I was looking for a performance optimized non-synched String object for use > in some of my apps. It seems like a FastString or NonSynchronizedString > object would be pretty useful in the jakarta.lang package. > > I wanted to see if anyone else has had this need and how they got around it > and if it's a not-bad idea.
I'm clearly missing something obvious here, but given that Strings are immutable, what is it that you need to synchronise? -- Martin Cooper > > Thanks, > BAL > > --------------------------------------------------------------------- > 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]
